Documentation

StringDictionaryInstruction extends AbstractInstructionContent
in package

Table of Contents

Constants

LIST_TYPE_NULL_DELIMITED  = 'null-delimited'
LIST_TYPE_SIZE_FIRST  = 'size-first'
LIST_TYPE_SIZE_FIXED  = 'size-fixed'
LIST_TYPE_SIZE_INTERSPERSED  = 'size-interspersed'

Properties

$contentOffset  : mixed
$dictionaryRef  : mixed
$ownerFile  : mixed

Methods

appendBuildChild()  : mixed
getBuildAncestors()  : iterable<string|int, mixed>
getBuildAttributes()  : array<string|int, mixed>
getBuildChildren()  : iterable<string|int, mixed>|null
getBuildHash()  : string
getBuildTag()  : string
getContentOffset()  : mixed
getName()  : string
getOwnerSavegame()  : SavegameNode
getParentNode()  : mixed
init()  : mixed
load()  : void
loadStruc()  : mixed
getConverter()  : Converter
getInstructionType()  : string
getOwnerFile()  : FileContainer
loadChild()  : mixed
loadChildren()  : mixed
loadContent()  : mixed
loadInstruction()  : mixed
loadNode()  : mixed

Constants

Properties

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

loadChild()

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

loadChildren()

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

loadInstruction()

protected loadInstruction(LeanElement $strucElement) : mixed
Parameters
$strucElement : LeanElement

loadNode()

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

        
On this page

Search results