Elaztek Developer Hub
Blamite Game Engine - blam!  00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
script.h File Reference
#include <string>
#include <blam/api/v1/types/tags.h>
#include <blam/api/v1/types/plugins.h>
+ Include dependency graph for script.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  script
 
class  ScriptTagClass
 

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Content
 
 Blam::Content::Tags
 Namespace containing functions related to tag data.
 

Macros

#define BLAM
 

Enumerations

enum  variable_type : uint32_t { variable_type::int, variable_type::string, variable_type::real, variable_type::bool }
 

Functions

BLAM scriptBlam::Content::Tags::GetScriptTag (std::string tag_path)
 

Macro Definition Documentation

◆ BLAM

#define BLAM

Enumeration Type Documentation

◆ variable_type

enum variable_type : uint32_t
strong
Enumerator
int 
string 
real 
bool