Hashtable

Handle Wrappers View source
Hashtable

Source on GitHub

Extension Functions

hashtable.hasBoolean

public function hashtable.hasBoolean(int parentKey, int childKey) returns boolean

hashtable.hasHandle

public function hashtable.hasHandle(int parentKey, int childKey) returns boolean

hashtable.hasInt

public function hashtable.hasInt(int parentKey, int childKey) returns boolean

hashtable.hasReal

public function hashtable.hasReal(int parentKey, int childKey) returns boolean

hashtable.hasString

public function hashtable.hasString(int parentKey, int childKey) returns boolean

hashtable.loadAbilityHandle

public function hashtable.loadAbilityHandle(int parentKey, int childKey) returns ability

hashtable.loadBoolean

public function hashtable.loadBoolean(int parentKey, int childKey) returns boolean

hashtable.loadBooleanExprHandle

public function hashtable.loadBooleanExprHandle(int parentKey, int childKey) returns boolexpr

hashtable.loadButtonHandle

public function hashtable.loadButtonHandle(int parentKey, int childKey) returns button

hashtable.loadDefeatConditionHandle

public function hashtable.loadDefeatConditionHandle(int parentKey, int childKey) returns defeatcondition

hashtable.loadDestructableHandle

public function hashtable.loadDestructableHandle(int parentKey, int childKey) returns destructable

hashtable.loadDialogHandle

public function hashtable.loadDialogHandle(int parentKey, int childKey) returns dialog

hashtable.loadEffectHandle

public function hashtable.loadEffectHandle(int parentKey, int childKey) returns effect

hashtable.loadForceHandle

public function hashtable.loadForceHandle(int parentKey, int childKey) returns force

hashtable.loadGroupHandle

public function hashtable.loadGroupHandle(int parentKey, int childKey) returns group

hashtable.loadInt

public function hashtable.loadInt(int parentKey, int childKey) returns int

hashtable.loadItemPoolHandle

public function hashtable.loadItemPoolHandle(int parentKey, int childKey) returns itempool

hashtable.loadItemHandle

public function hashtable.loadItemHandle(int parentKey, int childKey) returns item

hashtable.loadLeaderboardHandle

public function hashtable.loadLeaderboardHandle(int parentKey, int childKey) returns leaderboard

hashtable.loadFogStateHandle

public function hashtable.loadFogStateHandle(int parentKey, int childKey) returns fogstate

hashtable.loadLightningHandle

public function hashtable.loadLightningHandle(int parentKey, int childKey) returns lightning

hashtable.loadLocationHandle

public function hashtable.loadLocationHandle(int parentKey, int childKey) returns location

hashtable.loadImageHandle

public function hashtable.loadImageHandle(int parentKey, int childKey) returns image

hashtable.loadMultiboardHandle

public function hashtable.loadMultiboardHandle(int parentKey, int childKey) returns multiboard

hashtable.loadFogModifierHandle

public function hashtable.loadFogModifierHandle(int parentKey, int childKey) returns fogmodifier

hashtable.loadPlayerHandle

public function hashtable.loadPlayerHandle(int parentKey, int childKey) returns player

hashtable.loadQuestHandle

public function hashtable.loadQuestHandle(int parentKey, int childKey) returns quest

hashtable.loadQuestItemHandle

public function hashtable.loadQuestItemHandle(int parentKey, int childKey) returns questitem

hashtable.loadReal

public function hashtable.loadReal(int parentKey, int childKey) returns real

hashtable.loadRectHandle

public function hashtable.loadRectHandle(int parentKey, int childKey) returns rect

hashtable.loadRegionHandle

public function hashtable.loadRegionHandle(int parentKey, int childKey) returns region

hashtable.loadSoundHandle

public function hashtable.loadSoundHandle(int parentKey, int childKey) returns sound

hashtable.loadString

public function hashtable.loadString(int parentKey, int childKey) returns string

hashtable.loadTextTagHandle

public function hashtable.loadTextTagHandle(int parentKey, int childKey) returns texttag

hashtable.loadTimerDialogHandle

public function hashtable.loadTimerDialogHandle(int parentKey, int childKey) returns timerdialog

hashtable.loadTimerHandle

public function hashtable.loadTimerHandle(int parentKey, int childKey) returns timer

hashtable.loadTrackableHandle

public function hashtable.loadTrackableHandle(int parentKey, int childKey) returns trackable

hashtable.loadTriggerActionHandle

public function hashtable.loadTriggerActionHandle(int parentKey, int childKey) returns triggeraction

hashtable.loadTriggerConditionHandle

public function hashtable.loadTriggerConditionHandle(int parentKey, int childKey) returns triggercondition

hashtable.loadTriggerEventHandle

public function hashtable.loadTriggerEventHandle(int parentKey, int childKey) returns event

hashtable.loadTriggerHandle

public function hashtable.loadTriggerHandle(int parentKey, int childKey) returns trigger

hashtable.loadUbersplatHandle

public function hashtable.loadUbersplatHandle(int parentKey, int childKey) returns ubersplat

hashtable.loadUnitHandle

public function hashtable.loadUnitHandle(int parentKey, int childKey) returns unit

hashtable.loadUnitPoolHandle

public function hashtable.loadUnitPoolHandle(int parentKey, int childKey) returns unitpool

hashtable.loadWidgetHandle

public function hashtable.loadWidgetHandle(int parentKey, int childKey) returns widget

hashtable.loadFrameHandle

public function hashtable.loadFrameHandle(int parentKey, int childKey) returns framehandle

hashtable.saveAbilityHandle

public function hashtable.saveAbilityHandle(int parentKey, int childKey, ability value)

hashtable.saveBoolean

public function hashtable.saveBoolean(int parentKey, int childKey, boolean value)

hashtable.saveBooleanExprHandle

public function hashtable.saveBooleanExprHandle(int parentKey, int childKey, boolexpr value)

hashtable.saveButtonHandle

public function hashtable.saveButtonHandle(int parentKey, int childKey, button value)

hashtable.saveDefeatConditionHandle

public function hashtable.saveDefeatConditionHandle(int parentKey, int childKey, defeatcondition value)

hashtable.saveDestructableHandle

public function hashtable.saveDestructableHandle(int parentKey, int childKey, destructable value)

hashtable.saveDialogHandle

public function hashtable.saveDialogHandle(int parentKey, int childKey, dialog value)

hashtable.saveEffectHandle

public function hashtable.saveEffectHandle(int parentKey, int childKey, effect value)

hashtable.saveFogModifierHandle

public function hashtable.saveFogModifierHandle(int parentKey, int childKey, fogmodifier value)

hashtable.saveFogStateHandle

public function hashtable.saveFogStateHandle(int parentKey, int childKey, fogstate value)

hashtable.saveForceHandle

public function hashtable.saveForceHandle(int parentKey, int childKey, force value)

hashtable.saveGroupHandle

public function hashtable.saveGroupHandle(int parentKey, int childKey, group value)

hashtable.saveImageHandle

public function hashtable.saveImageHandle(int parentKey, int childKey, image value)

hashtable.saveInt

public function hashtable.saveInt(int parentKey, int childKey, int value)

hashtable.saveItemHandle

public function hashtable.saveItemHandle(int parentKey, int childKey, item value)

hashtable.saveItemPoolHandle

public function hashtable.saveItemPoolHandle(int parentKey, int childKey, itempool value)

hashtable.saveLeaderboardHandle

public function hashtable.saveLeaderboardHandle(int parentKey, int childKey, leaderboard value)

hashtable.saveLightningHandle

public function hashtable.saveLightningHandle(int parentKey, int childKey, lightning value)

hashtable.saveLocationHandle

public function hashtable.saveLocationHandle(int parentKey, int childKey, location value)

hashtable.saveMultiboardHandle

public function hashtable.saveMultiboardHandle(int parentKey, int childKey, multiboard value)

hashtable.savePlayerHandle

public function hashtable.savePlayerHandle(int parentKey, int childKey, player value)

hashtable.saveQuestHandle

public function hashtable.saveQuestHandle(int parentKey, int childKey, quest value)

hashtable.saveQuestItemHandle

public function hashtable.saveQuestItemHandle(int parentKey, int childKey, questitem value)

hashtable.saveReal

public function hashtable.saveReal(int parentKey, int childKey, real value)

hashtable.saveRectHandle

public function hashtable.saveRectHandle(int parentKey, int childKey, rect value)

hashtable.saveRegionHandle

public function hashtable.saveRegionHandle(int parentKey, int childKey, region value)

hashtable.saveSoundHandle

public function hashtable.saveSoundHandle(int parentKey, int childKey, sound value)

hashtable.saveString

public function hashtable.saveString(int parentKey, int childKey, string value)

hashtable.saveTextTagHandle

public function hashtable.saveTextTagHandle(int parentKey, int childKey, texttag value)

hashtable.saveTimerDialogHandle

public function hashtable.saveTimerDialogHandle(int parentKey, int childKey, timerdialog value)

hashtable.saveTimerHandle

public function hashtable.saveTimerHandle(int parentKey, int childKey, timer value)

hashtable.saveTrackableHandle

public function hashtable.saveTrackableHandle(int parentKey, int childKey, trackable value)

hashtable.saveTriggerActionHandle

public function hashtable.saveTriggerActionHandle(int parentKey, int childKey, triggeraction value)

hashtable.saveTriggerConditionHandle

public function hashtable.saveTriggerConditionHandle(int parentKey, int childKey, triggercondition value)

hashtable.saveTriggerEventHandle

public function hashtable.saveTriggerEventHandle(int parentKey, int childKey, event value)

hashtable.saveTriggerHandle

public function hashtable.saveTriggerHandle(int parentKey, int childKey, trigger value)

hashtable.saveUbersplatHandle

public function hashtable.saveUbersplatHandle(int parentKey, int childKey, ubersplat value)

hashtable.saveUnitHandle

public function hashtable.saveUnitHandle(int parentKey, int childKey, unit value)

hashtable.saveUnitPoolHandle

public function hashtable.saveUnitPoolHandle(int parentKey, int childKey, unitpool value)

hashtable.saveWidgetHandle

public function hashtable.saveWidgetHandle(int parentKey, int childKey, widget value)

hashtable.saveFrameHandle

public function hashtable.saveFrameHandle(int parentKey, int childKey, framehandle value)

hashtable.removeBoolean

public function hashtable.removeBoolean(int parentKey, int childKey)

hashtable.removeHandle

public function hashtable.removeHandle(int parentKey, int childKey)

hashtable.removeInt

public function hashtable.removeInt(int parentKey, int childKey)

hashtable.removeReal

public function hashtable.removeReal(int parentKey, int childKey)

hashtable.removeString

public function hashtable.removeString(int parentKey, int childKey)

hashtable.flushChild

public function hashtable.flushChild(int parentKey)

hashtable.flush

public function hashtable.flush()