![]() |
Blamite Game Engine - Sapien (Library)
00421.06.29.24.2305.blamite
The level editor application for the Blamite Game Engine.
|
#include <HEKGuerilla/components/tags/tags.h>
#include <HEKGuerilla/components/projects/projects.h>
Go to the source code of this file.
Namespaces | |
Sapien | |
Namespace containing functions for Sapien. | |
Sapien::Scenario | |
Namespace containing functions for interacting with a scenario. | |
Macros | |
#define | SAPIEN_LIB_API __declspec(dllimport) |
Functions | |
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... | |
#define SAPIEN_LIB_API __declspec(dllimport) |