Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
class asIScriptEngine;
13
14
enum 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
23
extern const char* s_enumType;
24
extern const char* s_typeName;
Callers
1
setAPI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected