SequenceVariableWrapper : SequenceObjectWrapper
std::string Get Var Name( )
bool Is Int( )
bool Is Float( )
bool Is String( )
bool Is Vector( )
bool Is Bool( )
bool Is Object List( )
bool Is Actor( )
float Get Float( )
int Get Int( )
std::string Get String( )
Vector Get Vector( )
bool Get Bool( )
ArrayWrapper Get Object List( )
void Set Float( float value)
Parameter | Type | Description |
---|---|---|
value | float | — |
void Set Int( int value)
Parameter | Type | Description |
---|---|---|
value | int | — |
void Set String( const std::string &value)
Parameter | Type | Description |
---|---|---|
value | const std::string & | — |
void Set Vector( Vector value)
Parameter | Type | Description |
---|---|---|
value | Vector | — |
void Set Bool( bool value)
Parameter | Type | Description |
---|---|---|
value | bool | — |