AR_Engine_SDK
|
Functions | |
function XConsoleVariable | new () end |
function XConsoleVariable | new (szName, szValue, nFlags, szDesc) end |
function XConsoleVariable | new (szName, szValue, nFlags, szDesc, fMinValue, fMaxValue) end |
function XConsoleVariable | GetName () end |
function XConsoleVariable | GetFlags () end |
function XConsoleVariable | GetDesc () end |
function XConsoleVariable | GetMinValue () end |
function XConsoleVariable | GetMaxValue () end |
function XConsoleVariable | IsModified () end |
function XConsoleVariable | SetModified () end |
function XConsoleVariable | ClearModified () end |
function XConsoleVariable | GetString () end |
function XConsoleVariable | GetBool () end |
function XConsoleVariable | GetInt () end |
function XConsoleVariable | GetFloat () end |
function XConsoleVariable | GetVector4 (pValue) end |
function XConsoleVariable | GetVector4 () end |
function XConsoleVariable | SetString (szValue) end |
function XConsoleVariable | SetBool (bValue) end |
function XConsoleVariable | SetInt (nValue) end |
function XConsoleVariable | SetFloat (fValue) end |
function XConsoleVariable | SetVector4 (pValue) end |
function IXConVarSys | Init () end |
function IXConVarSys | Release () end |
function IXConVarSys | IsInited () end |
function IXConVarSys | RegisterAllConVars () end |
function IXConVarSys | RegisterConVar (pConVar) end |
function IXConVarSys | UnRegisterAllConVars () end |
function IXConVarSys | Find (szName) end |
function IXConVarSys | GetConVarString (szName) end |
function IXConVarSys | GetConVarBool (szName) end |
function IXConVarSys | GetConVarInt (szName) end |
function IXConVarSys | GetConVarFloat (szName) end |
function IXConVarSys | GetConVarVector4 (szName, pValue) end |
function IXConVarSys | GetConVarVector4 (szName) end |
function IXConVarSys | SetConVarString (szName, szValue, nFlags) end |
function IXConVarSys | SetConVarBool (szName, bValue, nFlags) end |
function IXConVarSys | SetConVarInt (szName, nValue, nFlags) end |
function IXConVarSys | SetConVarFloat (szName, fValue, nFlags) end |
function IXConVarSys | SetConVarVector4 (szName, pValue, nFlags) end |
function IXConVarSys | SetModifiedFlags (nFlags) end |
function IXConVarSys | GetModifiedFlags () end |
function IXConVarSys | ClearModifiedFlags (nFlags) end |
Variables | |
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 ClearModifiedFlags | ( | nFlags | ) |
IXConVarSys_ClearModifiedFlags00
nFlags | number |
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 | , |
pValue | |||
) |
IXConVarSys_GetConVarVector400
szName | string |
pValue | XVECTOR4 |
function IXConVarSys GetConVarVector4 | ( | szName | ) |
IXConVarSys_GetConVarVector401
szName | string |
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 IXConVarSys GetModifiedFlags | ( | ) |
IXConVarSys_GetModifiedFlags00
function XConsoleVariable GetName | ( | ) |
XConsoleVariable_GetName00
function XConsoleVariable GetString | ( | ) |
XConsoleVariable_GetString00
function XConsoleVariable GetVector4 | ( | pValue | ) |
XConsoleVariable_GetVector400
pValue | XVECTOR4 |
function XConsoleVariable GetVector4 | ( | ) |
XConsoleVariable_GetVector401
function IXConVarSys Init | ( | ) |
IXConVarSys_Init00
function IXConVarSys IsInited | ( | ) |
IXConVarSys_IsInited00
function XConsoleVariable IsModified | ( | ) |
XConsoleVariable_IsModified00
function XConsoleVariable new | ( | ) |
XConsoleVariable_new00
function XConsoleVariable new | ( | szName | , |
szValue | , | ||
nFlags | , | ||
szDesc | |||
) |
XConsoleVariable_new01
szName | string |
szValue | string |
nFlags | number |
szDesc | string |
function XConsoleVariable new | ( | szName | , |
szValue | , | ||
nFlags | , | ||
szDesc | , | ||
fMinValue | , | ||
fMaxValue | |||
) |
XConsoleVariable_new02
szName | string |
szValue | string |
nFlags | number |
szDesc | string |
fMinValue | number |
fMaxValue | number |
function IXConVarSys RegisterAllConVars | ( | ) |
IXConVarSys_RegisterAllConVars00
function IXConVarSys RegisterConVar | ( | pConVar | ) |
function IXConVarSys Release | ( | ) |
IXConVarSys_Release00
function XConsoleVariable SetBool | ( | bValue | ) |
XConsoleVariable_SetBool00
bValue | boolean |
function IXConVarSys SetConVarBool | ( | szName | , |
bValue | , | ||
nFlags | |||
) |
IXConVarSys_SetConVarBool00
szName | string |
bValue | boolean |
nFlags | number |
function IXConVarSys SetConVarFloat | ( | szName | , |
fValue | , | ||
nFlags | |||
) |
IXConVarSys_SetConVarFloat00
szName | string |
fValue | number |
nFlags | number |
function IXConVarSys SetConVarInt | ( | szName | , |
nValue | , | ||
nFlags | |||
) |
IXConVarSys_SetConVarInt00
szName | string |
nValue | number |
nFlags | number |
function IXConVarSys SetConVarString | ( | szName | , |
szValue | , | ||
nFlags | |||
) |
IXConVarSys_SetConVarString00
szName | string |
szValue | string |
nFlags | number |
function IXConVarSys SetConVarVector4 | ( | szName | , |
pValue | , | ||
nFlags | |||
) |
IXConVarSys_SetConVarVector400
szName | string |
pValue | XVECTOR4 |
nFlags | number |
function XConsoleVariable SetFloat | ( | fValue | ) |
XConsoleVariable_SetFloat00
fValue | number |
function XConsoleVariable SetInt | ( | nValue | ) |
XConsoleVariable_SetInt00
nValue | number |
function XConsoleVariable SetModified | ( | ) |
XConsoleVariable_SetModified00
function IXConVarSys SetModifiedFlags | ( | nFlags | ) |
IXConVarSys_SetModifiedFlags00
nFlags | number |
function XConsoleVariable SetString | ( | szValue | ) |
XConsoleVariable_SetString00
szValue | string |
function XConsoleVariable SetVector4 | ( | pValue | ) |
XConsoleVariable_SetVector400
pValue | XVECTOR4 |
function IXConVarSys UnRegisterAllConVars | ( | ) |
IXConVarSys_UnRegisterAllConVars00
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 |