ConsoleValueRef
Engine/source/console/console.h
Public Attributes
Public Functions
ConsoleValueRef(const ConsoleValueRef & ref)
bool
const char *
bool
isFloat()
bool
isInt()
bool
isString()
bool
operator=(const ConsoleValueRef & other)
Public Static Functions
fromValue(ConsoleValue * value)
Detailed Description
Public Attributes
ConsoleValue * value
Public Functions
ConsoleValueRef()
ConsoleValueRef(const ConsoleValueRef & ref)
~ConsoleValueRef()
getBoolValue()
getFloatValue()
getIntValue()
getSignedIntValue()
getStringStackPtrValue()
getStringValue()
getType()
isFloat()
isInt()
isString()
isStringStackPtr()
operator bool()
operator const char*()
operator F32()
operator S32()
operator String()
operator U32()
operator=(const char * newValue)
operator=(const ConsoleValueRef & other)
operator=(F32 newValue)
operator=(F64 newValue)
operator=(S32 newValue)
operator=(U32 newValue)