 |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace surrounding all major engine components.
Definition: blam_api.h:18
BLAM command_object CreateCommandFromFile(std::string filename)
Definition: command_script.cpp:84
std::string description
Definition: haloscript.h:26
Definition: haloscript.h:67
std::vector< std::string > arguments
Definition: haloscript.h:89
std::string name
Definition: haloscript.h:78
HSC cmd_script_object parse_cmd_script(std::string filename)
Definition: blamscript.cpp:75
Definition: haloscript.h:76
std::string name
Definition: haloscript.h:25
HSC std::vector< std::string > getCommandsCSC()
Definition: command_script.cpp:20
std::vector< script_gvar > global_vars
Definition: haloscript.h:97
Legacy class representing a CommandScript command.
Definition: haloscript.h:22
std::string action
Definition: haloscript.h:27
Definition: haloscript.h:95
std::vector< std::string > arguments
Definition: haloscript.h:70
std::string type
Definition: haloscript.h:69
HSC std::vector< cmd_script_object > get_hsc_data()
Definition: blamscript.cpp:444
BLAM std::string get_csc_cmd_name(std::string filename)
Definition: command_script.cpp:172
Namespace for anything related to BlamScript/HaloScript.
Definition: haloscript.h:54
std::string name
Definition: haloscript.h:88
HSC std::vector< std::string > get_csc_data()
Definition: command_script.cpp:443
HSC std::vector< cmd_script_object > getCommandsHSC()
Definition: blamscript.cpp:20
HSC void InitCSC()
Definition: command_script.cpp:14
Definition: haloscript.h:86
#define BLAM
Definition: haloscript.h:8
std::vector< script_action > actions
Definition: haloscript.h:98
std::string description
Definition: haloscript.h:79
HSC void InitHSC()
Definition: blamscript.cpp:14
BLAM std::string csc_var_process(std::string const &s)
Definition: command_script.cpp:448
HSC std::string get_cmd_name(std::string filename)
Definition: blamscript.cpp:387
std::vector< script_action > actions
Definition: haloscript.h:80
#define HSC
Definition: haloscript.h:12