![]() |
Blamite Game Engine - Sapien (Library)
00418.04.29.24.0703.blamite
The level editor application for the Blamite Game Engine.
|
Namespace containing functions for interacting with the scenario hierarchy. More...
Functions | |
SAPIEN_LIB_API void | PrepareHierarchy () |
Prepares a new scenario hierarchy. More... | |
SAPIEN_LIB_API void | ReleaseHierarchy () |
Releases any data used by the scenario hierarchy. More... | |
SAPIEN_LIB_API BlamScenarioHierarchy * | GetHierarchy () |
Retrieves the current scenario hierarchy. More... | |
SAPIEN_LIB_API void | SaveScenario () |
Attempts to save the current hierarchy data back to the scenario tag. More... | |
Namespace containing functions for interacting with the scenario hierarchy.
The scenario hierarchy is a more user-friendly representation of the data contained within a scenario tag. It will display all objects placed within a scenario, including starting points, volumes, objects, and more.
BlamScenarioHierarchy * Sapien::Hierarchy::GetHierarchy | ( | ) |
Retrieves the current scenario hierarchy.
void Sapien::Hierarchy::PrepareHierarchy | ( | ) |
Prepares a new scenario hierarchy.
This will also destroy any existing hierarchy data, if it is already present.
void Sapien::Hierarchy::ReleaseHierarchy | ( | ) |
Releases any data used by the scenario hierarchy.
void Sapien::Hierarchy::SaveScenario | ( | ) |
Attempts to save the current hierarchy data back to the scenario tag.