Arma Reforger Script API
|
Saved data for editor attribute. More...
Public Member Functions | |
void | SCR_EditorAttributeStruct () |
Static Public Member Functions | |
static void | SerializeAttributes (out notnull array< ref SCR_EditorAttributeStruct > outEntries, SCR_EditorAttributeList attributeList=null, Managed item=null) |
Save all attributes for given item. | |
static void | DeserializeAttributes (notnull array< ref SCR_EditorAttributeStruct > entries, SCR_EditorAttributeList attributeList=null, Managed item=null) |
Load all attributes for given item. | |
static void | LogAttributes (out notnull array< ref SCR_EditorAttributeStruct > entries, SCR_EditorAttributeList attributeList=null, string prefix="") |
Print out all attributes. | |
Protected Attributes | |
int | id |
int | ty |
float | v0 |
float | v1 |
float | v2 |
Saved data for editor attribute.
void SCR_EditorAttributeStruct.SCR_EditorAttributeStruct | ( | ) |
|
static |
Load all attributes for given item.
entries | List of saved entries |
attributeList | List of attributes to be evaluated |
item | Target whose attributes will be loaded |
|
static |
Print out all attributes.
entries | List of saved entries |
attributeList | List of attributes to be evaluated |
prefix | String added at the beginning of each print-out |
|
static |
Save all attributes for given item.
[out] | outEntries | Array to be filled with save entries |
attributeList | List of attributes to be evaluated | |
item | Target whose attributes will be saved |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |