Method GetStructField
GetStructField(Int32)
Gets the GlobalVariable stored at a given offset in a global structure.
Declaration
public GlobalVariable GetStructField(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The index the GlobalVariable is stored in the structure. For example the Y component of a Vector3 is at index 1. |
Returns
| Type | Description |
|---|---|
| GlobalVariable | The GlobalVariable at the index given. |