-
Notifications
You must be signed in to change notification settings - Fork 0
scripts_system::find_script()
Paweł Waligóra edited this page May 20, 2024
·
2 revisions
Function finds script by its' name. Returns pointer to a scripts_system::script that can be cast to any child class of a scripts_system::script. Takes std::string
as argument.
#include "scripts_system.h"
- scripts_system::find_scripts()
- scripts_system::find_script_of_type()
- scripts_system::find_scripts_of_type()
for alternative methods of finding game scripts.
- engine
- scripts_system
- scene_loader
- time_system
-
input_system
- input_system::key_held
- input_system::key_events
- input_system::subscribe() (deprecated)
- input_system::axis_state()
- input_system::key_bind
- input_system::axis
- input_system::double_axis
- input_system::triple_axis
- input_system::axis2
- input_system::double_axis2
- input_system::triple_axis2
- input_system::axis-choice
- renderer
- physics
- ui_system
- game