MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / ScriptAPI

Enum ScriptAPI

TheForceEngine/TFE_ForceScript/scriptAPI.h:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class asIScriptEngine;
13
14enum ScriptAPI
15{
16 API_SHARED = 1,
17 API_LEVEL_EDITOR = 2,
18 API_SYSTEM_UI = 4,
19 API_GAME = 8,
20 API_UNKNOWN = 65536,
21};
22
23extern const char* s_enumType;
24extern const char* s_typeName;

Callers 1

setAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected