Elaztek Developer Hub
Blamite Game Engine - Sapien (Library)  00419.04.29.24.1948.blamite
The level editor application for the Blamite Game Engine.
scenario.h File Reference
#include <HEKGuerilla/components/tags/tags.h>
#include <HEKGuerilla/components/projects/projects.h>
+ Include dependency graph for scenario.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ SAPIEN_LIB_API

#define SAPIEN_LIB_API   __declspec(dllimport)