19 #ifndef INCLUDED_JSINTERFACE_GAMEVIEW
20 #define INCLUDED_JSINTERFACE_GAMEVIEW
25 #define DECLARE_BOOLEAN_SCRIPT_SETTING(NAME) \
26 bool Get##NAME##Enabled(void* cbdata); \
27 void Set##NAME##Enabled(void* cbdata, bool Enabled);
29 namespace JSI_GameView
38 #undef DECLARE_BOOLEAN_SCRIPT_SETTING
DECLARE_BOOLEAN_SCRIPT_SETTING(Culling)
void RegisterScriptFunctions(ScriptInterface &ScriptInterface)
Abstraction around a SpiderMonkey JSContext.