Method WriteString
WriteString(String, Int32)
Set the value stored in the GlobalVariable to a string.
Declaration
public void WriteString(string value, int maxSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The string to set the GlobalVariable to. |
| System.Int32 | maxSize | The maximum size of the string. Can be found for a given global variable by checking the decompiled scripts from the game. |