SequenceVariableWrapper
Last edited bySimple_AOB10/16/2025
std::string GetVarName()
bool IsInt()
bool IsFloat()
bool IsString()
bool IsVector()
bool IsBool()
bool IsObjectList()
bool IsActor()
float GetFloat()
int GetInt()
std::string GetString()
Vector GetVector()
bool GetBool()
ArrayWrapper GetObjectList()
void SetFloat(float value)
| Parameter | Type | Description |
|---|---|---|
| value | float | --- |
void SetInt(int value)
| Parameter | Type | Description |
|---|---|---|
| value | int | --- |
void SetString(const std::string &value)
| Parameter | Type | Description |
|---|---|---|
| value | const std::string & | --- |
void SetVector(Vector value)
| Parameter | Type | Description |
|---|---|---|
| value | Vector | --- |
void SetBool(bool value)
| Parameter | Type | Description |
|---|---|---|
| value | bool | --- |