|
AR_Engine_SDK
|
变量 | |
| XCONVAR_ALL = 0 | |
| XCONVAR_BOOL = 0 | |
| XCONVAR_INT = 0 | |
| XCONVAR_FLOAT = 0 | |
| XCONVAR_ENGINE = 0 | |
| XCONVAR_D3D9RENDERER = 0 | |
| XCONVAR_GLES2RENDERER = 0 | |
| XCONVAR_D3D11RENDERER = 0 | |
| XCONVAR_EDITOR = 0 | |
| XCONVAR_CLIENT = 0 | |
| XCONVAR_INIT = 0 | |
| XCONVAR_ROM = 0 | |
| XCONVAR_ARCHIVE = 0 | |
| XCONVAR_STATIC = 0 | |
| XCONVAR_MODIFIED = 0 | |
| XSRM_FORWARD_RENDER = 0 | |
| XMM_OIRIGINAL = 0 | |
| XMM_NLERP = 0 | |
| XMM_RECALCULATE = 0 | |
| XMM_NUM = 0 | |
| XConsoleVariable = {} | |
| function XConsoleVariable ClearModified | ( | ) |
XConsoleVariable_ClearModified00
| function IXConVarSys Find | ( | szName | ) |
| function XConsoleVariable GetBool | ( | ) |
XConsoleVariable_GetBool00
| function IXConVarSys GetConVarBool | ( | szName | ) |
IXConVarSys_GetConVarBool00
| szName | string |
| function IXConVarSys GetConVarFloat | ( | szName | ) |
IXConVarSys_GetConVarFloat00
| szName | string |
| function IXConVarSys GetConVarInt | ( | szName | ) |
IXConVarSys_GetConVarInt00
| szName | string |
| function IXConVarSys GetConVarString | ( | szName | ) |
IXConVarSys_GetConVarString00
| szName | string |
| function IXConVarSys GetConVarVector4 | ( | szName | ) |
| function XConsoleVariable GetDesc | ( | ) |
XConsoleVariable_GetDesc00
| function XConsoleVariable GetFlags | ( | ) |
XConsoleVariable_GetFlags00
| function XConsoleVariable GetFloat | ( | ) |
XConsoleVariable_GetFloat00
| function XConsoleVariable GetInt | ( | ) |
XConsoleVariable_GetInt00
| function XConsoleVariable GetMaxValue | ( | ) |
XConsoleVariable_GetMaxValue00
| function XConsoleVariable GetMinValue | ( | ) |
XConsoleVariable_GetMinValue00
| function XConsoleVariable GetName | ( | ) |
XConsoleVariable_GetName00
| function XConsoleVariable GetString | ( | ) |
XConsoleVariable_GetString00
| function XConsoleVariable GetVector4 | ( | ) |
XConsoleVariable_GetVector400
| function XConsoleVariable IsModified | ( | ) |
XConsoleVariable_IsModified00
| function XConsoleVariable new | ( | ) |
XConsoleVariable_new00
| function XConsoleVariable new | ( | szName | , |
| szValue | , | ||
| nFlags | , | ||
| szDesc | |||
| ) |
| function XConsoleVariable new | ( | szName | , |
| szValue | , | ||
| nFlags | , | ||
| szDesc | , | ||
| fMinValue | , | ||
| fMaxValue | |||
| ) |
XConsoleVariable_new02
| szName | string |
| szValue | string |
| nFlags | number |
| szDesc | string |
| fMinValue | number |
| fMaxValue | number |
| function XConsoleVariable SetBool | ( | bValue | ) |
XConsoleVariable_SetBool00
| bValue | boolean |
| function XConsoleVariable SetFloat | ( | fValue | ) |
XConsoleVariable_SetFloat00
| fValue | number |
| function XConsoleVariable SetInt | ( | nValue | ) |
XConsoleVariable_SetInt00
| nValue | number |
| function XConsoleVariable SetModified | ( | ) |
XConsoleVariable_SetModified00
| function XConsoleVariable SetString | ( | szValue | ) |
XConsoleVariable_SetString00
| szValue | string |
| function XConsoleVariable SetVector4 | ( | pValue | ) |
| XConsoleVariable = {} |
| XCONVAR_ALL = 0 |
| XCONVAR_ARCHIVE = 0 |
| XCONVAR_BOOL = 0 |
| XCONVAR_CLIENT = 0 |
| XCONVAR_D3D11RENDERER = 0 |
| XCONVAR_D3D9RENDERER = 0 |
| XCONVAR_EDITOR = 0 |
| XCONVAR_ENGINE = 0 |
| XCONVAR_FLOAT = 0 |
| XCONVAR_GLES2RENDERER = 0 |
| XCONVAR_INIT = 0 |
| XCONVAR_INT = 0 |
| XCONVAR_MODIFIED = 0 |
| XCONVAR_ROM = 0 |
| XCONVAR_STATIC = 0 |
| XMM_NLERP = 0 |
| XMM_NUM = 0 |
| XMM_OIRIGINAL = 0 |
| XMM_RECALCULATE = 0 |
| XSRM_FORWARD_RENDER = 0 |