Skip to main content

Introduction

Class contained data for specific section

Fields#

NameDescription
Section KeyKey identifying this section

Properties#

NameDescription
boolKeysList of keys for boolean values
binaryKeysList of keys for binary values
byteKeysList of keys for byte values
floatKeysList of keys for falot values
intKeysList of keys for integer values
isDirtyGets if changes have been made since last save
longKeysList of keys for long values
objectKeysList of keys for object values
quaternionKeysList of keys for quaternion values
stringKeysList of keys for string values
vector2KeysList of keys for vector2 values
vector3KeysList of keys for vector3 values

Methods#

NameDescription
ClearClear all data from section
GetBinaryGets binary value for a key
GetBoolGets boolean value for a key
GetByteGets byte value for a key
GetFloatGets float value for a key
GetIntGets integer value for a key
GetLongGets long value for a key
GetObjectGets object value for a key
GetQuaternionGets quaternion value for a key
GetStringGets string value for a key
GetVector2Gets vector2 value for a key
GetVector3Gets vector3 value for a key
LoadLoads full data from a file
SaveSaves data to a file
SetBinarySets binary value for a key
SetBoolSets boolean value for a key
SetByteSets byte value for a key
SetFloatSets float value for a key
SetIntSets integer value for a key
SetLongSets long value for a key
SetObjectSets object value for a key
SetQuaternionSets quaternion value for a key
SetStringSets string value for a key
SetVector2Sets vector2 value for a key
SetVector3Sets vector3 value for a key