![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace for anything related to BlamScript/HaloScript. More...
Classes | |
class | cmd_script_object |
class | script_action |
class | script_gvar |
class | script_object |
Functions | |
HSC cmd_script_object | parse_cmd_script (std::string filename) |
HSC std::string | get_cmd_name (std::string filename) |
HSC std::vector< std::string > | getCommandsCSC () |
HSC std::vector< cmd_script_object > | getCommandsHSC () |
HSC std::vector< std::string > | get_csc_data () |
HSC std::vector< cmd_script_object > | get_hsc_data () |
HSC void | InitCSC () |
HSC void | InitHSC () |
Namespace for anything related to BlamScript/HaloScript.
std::string BlamScript::get_cmd_name | ( | std::string | filename | ) |
Will be removed in the near future.
std::vector< std::string > BlamScript::get_csc_data | ( | ) |
Will be removed in the near future.
std::vector< BlamScript::cmd_script_object > BlamScript::get_hsc_data | ( | ) |
Will be removed in the near future.
std::vector< std::string > BlamScript::getCommandsCSC | ( | ) |
Will be removed in the near future.
std::vector< BlamScript::cmd_script_object > BlamScript::getCommandsHSC | ( | ) |
Will be removed in the near future.
void BlamScript::InitCSC | ( | ) |
Will be removed in the near future.
void BlamScript::InitHSC | ( | ) |
Will be removed in the near future.
BlamScript::cmd_script_object BlamScript::parse_cmd_script | ( | std::string | filename | ) |
Will be removed in the near future.