Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Functions
JSInterface_GameView.h File Reference
#include "ps/CStr.h"

Go to the source code of this file.

Namespaces

 JSI_GameView
 

Macros

#define DECLARE_BOOLEAN_SCRIPT_SETTING(NAME)
 

Functions

void JSI_GameView::RegisterScriptFunctions (ScriptInterface &ScriptInterface)
 
 JSI_GameView::DECLARE_BOOLEAN_SCRIPT_SETTING (Culling)
 
 JSI_GameView::DECLARE_BOOLEAN_SCRIPT_SETTING (LockCullCamera)
 
 JSI_GameView::DECLARE_BOOLEAN_SCRIPT_SETTING (ConstrainCamera)
 

Macro Definition Documentation

#define DECLARE_BOOLEAN_SCRIPT_SETTING (   NAME)
Value:
bool Get##NAME##Enabled(void* cbdata); \
void Set##NAME##Enabled(void* cbdata, bool Enabled);

Definition at line 25 of file JSInterface_GameView.h.