Documentation

SavegameNode extends AbstractNode
in package
implements BuildableInterface

Table of Contents

Interfaces

BuildableInterface

Methods

__construct()  : mixed
appendBuildChild()  : void
createNode()  : AbstractNode
getArchiveByPath()  : ArchiveNode
getArchiveNodes()  : array<string|int, ArchiveNode>
getBuildAncestors()  : iterable<string|int, mixed>
getBuildAttributes()  : array<string|int, mixed>
getBuildChildren()  : iterable<string|int, mixed>|null
getBuildHash()  : string
getBuildTag()  : string
getGlobalElementsById()  : Vector|null
getOwnerEditor()  : Editor
getOwnerSavegame()  : SavegameNode
getParentNode()  : AbstractNode|null
getValueMap()  : array<string|int, mixed>
init()  : void
nextValueId()  : int
setDirty()  : void
setSaveId()  : void
getConverter()  : Converter
loadChild()  : void
loadChildren()  : void
loadNode()  : void
loadStruc()  : void

Methods

getBuildAncestors()

public getBuildAncestors() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

getBuildChildren()

public getBuildChildren() : iterable<string|int, mixed>|null
Return values
iterable<string|int, mixed>|null

getBuildHash()

public getBuildHash() : string
Return values
string

getBuildTag()

public getBuildTag() : string
Return values
string

getGlobalElementsById()

public getGlobalElementsById(string $id) : Vector|null
Parameters
$id : string
Return values
Vector|null

getValueMap()

public getValueMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

nextValueId()

public nextValueId() : int
Return values
int

setSaveId()

public setSaveId(string $saveId) : void
Parameters
$saveId : string

loadChild()

protected final loadChild(LeanElement $strucElement) : void
Parameters
$strucElement : LeanElement

loadChildren()

protected loadChildren(LeanElement $strucElement) : void
Parameters
$strucElement : LeanElement

loadNode()

protected loadNode(LeanElement $strucElement) : void
Parameters
$strucElement : LeanElement

loadStruc()

protected loadStruc(LeanElement $strucElement) : void
Parameters
$strucElement : LeanElement

        
On this page

Search results