|
SAPIEN_LIB_API BlamProject * | Sapien::Scenario::GetActiveProject () |
| Retrieves the currently active project. More...
|
|
SAPIEN_LIB_API BlamTag * | Sapien::Scenario::GetActiveScenarioTag () |
| Retrieves the currently active scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario (std::string project_name, std::string tag_path) |
| Loads a scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage1 (std::string project_name, std::string tag_path) |
| Performs stage 1 of loading a scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage2 (std::string project_name, std::string tag_path) |
| Performs stage 2 of loading a scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage3 (std::string project_name, std::string tag_path) |
| Performs stage 3 of loading a scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage4 (std::string project_name, std::string tag_path) |
| Performs stage 4 of loading a scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::LoadScenario_Stage5 (std::string project_name, std::string tag_path) |
| Performs stage 5 of loading a scenario tag. More...
|
|
SAPIEN_LIB_API void | Sapien::Scenario::SaveScenario () |
| Attempts to save any changes back to the scenario tag. More...
|
|
SAPIEN_LIB_API std::vector< std::string > | Sapien::Scenario::GetPaletteTypes () |
| Retrieves a list of available scenario palette types, where each item is a string representing a long tag class name. More...
|
|
SAPIEN_LIB_API BlamTagField_Block * | Sapien::Scenario::GetPalette (BlamTag *scenario, std::string type) |
| Retrieves a palette block from a scenario tag. More...
|
|
SAPIEN_LIB_API BlamTagField_Block * | Sapien::Scenario::GetPaletteItems (BlamTag *scenario, std::string type) |
| Retrieves a palette items block from a scenario tag. More...
|
|
SAPIEN_LIB_API bool | Sapien::Scenario::PlaceNewInstance (BlamVector3 position, std::string type, int index, int folder_index) |
|