Skip to main content

Introduction

Class containing information for saving and loading a full file

Fields#

NameDescription
SectionsData sections

Properties#

NameDescription
isDirtyReturns true if there is unsaved data

Methods#

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