Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
BlamScript Namespace Reference

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_objectgetCommandsHSC ()
 
HSC std::vector< std::string > get_csc_data ()
 
HSC std::vector< cmd_script_objectget_hsc_data ()
 
HSC void InitCSC ()
 
HSC void InitHSC ()
 

Detailed Description

Namespace for anything related to BlamScript/HaloScript.

Function Documentation

◆ get_cmd_name()

std::string BlamScript::get_cmd_name ( std::string  filename)
Deprecated:
Old and shit.

Will be removed in the near future.

◆ get_csc_data()

std::vector< std::string > BlamScript::get_csc_data ( )
Deprecated:
Old and shit.

Will be removed in the near future.

◆ get_hsc_data()

std::vector< BlamScript::cmd_script_object > BlamScript::get_hsc_data ( )
Deprecated:
Old and shit.

Will be removed in the near future.

◆ getCommandsCSC()

std::vector< std::string > BlamScript::getCommandsCSC ( )
Deprecated:
Old and shit.

Will be removed in the near future.

◆ getCommandsHSC()

std::vector< BlamScript::cmd_script_object > BlamScript::getCommandsHSC ( )
Deprecated:
Old and shit.

Will be removed in the near future.

◆ InitCSC()

void BlamScript::InitCSC ( )
Deprecated:
Old and shit.

Will be removed in the near future.

◆ InitHSC()

void BlamScript::InitHSC ( )
Deprecated:
Old and shit.

Will be removed in the near future.

◆ parse_cmd_script()

BlamScript::cmd_script_object BlamScript::parse_cmd_script ( std::string  filename)
Deprecated:
Old and shit.

Will be removed in the near future.