![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions for interacting with the current world state. More...
Functions | |
BLAM void | InitializeWorldState () |
Initializes a new world state. More... | |
BLAM void | InitializeEmptyWorldState () |
Initializes a new world state with no default objects. More... | |
BLAM void | DestroyWorldState () |
Destroys the current world state. More... | |
BLAM_EXT_API BlamWorldState * | GetWorldState () |
Retrieves the current world state. More... | |
BLAM_EXT_API Blam3DPrimitiveType | ConvertStringToPrimitiveType (std::string text) |
BLAM_EXT_API std::string | ConvertPrimitiveTypeToString (Blam3DPrimitiveType type) |
BLAM_EXT_API std::vector< std::string > | GetPrimitiveTypeStringList () |
Namespace containing functions for interacting with the current world state.
std::string Blam::World::ConvertPrimitiveTypeToString | ( | Blam3DPrimitiveType | type | ) |
Blam3DPrimitiveType Blam::World::ConvertStringToPrimitiveType | ( | std::string | text | ) |
void Blam::World::DestroyWorldState | ( | ) |
Destroys the current world state.
std::vector< std::string > Blam::World::GetPrimitiveTypeStringList | ( | ) |
BlamWorldState * Blam::World::GetWorldState | ( | ) |
Retrieves the current world state.
nullptr
if the world state is not initialized. void Blam::World::InitializeEmptyWorldState | ( | ) |
Initializes a new world state with no default objects.
void Blam::World::InitializeWorldState | ( | ) |
Initializes a new world state.