Pyrogenesis  trunk
Namespaces | Macros | Functions
JSInterface_GameView.h File Reference
#include "ps/CStr.h"
#include "scriptinterface/ScriptInterface.h"
Include dependency graph for JSInterface_GameView.h:
This graph shows which files directly or indirectly include this file:

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(ScriptInterface::CxPrivate* pCxPrivate); \
void Set##NAME##Enabled(ScriptInterface::CxPrivate* pCxPrivate, bool Enabled);
void Get(const CStr &value, T &ret)
Definition: ConfigDB.cpp:61
Definition: ScriptInterface.h:99