Class GUI.Dialogue.DialogueEntry

Field Index

SignalClicked

Method Index

new DialogueEntry()
CheckExhausted(), GetVoiceHandle(), IsExhausted(), onRelease(), onRollOut(), onRollOver(), SetDepth(), SetDisabled(), SetExhausted(), SetIndex(), SetIsPlaying(), SetText(), SetVoiceHandle(), UpdateButtons()

Constructor Detail

DialogueEntry

public function DialogueEntry()

Field Detail

SignalClicked

public SignalClicked:Signal

Method Detail

SetExhausted

public function SetExhausted(exhausted:Boolean)

IsExhausted

public function IsExhausted()

onRollOver

public function onRollOver()

onRollOut

public function onRollOut()

onRelease

public function onRelease()

SetText

public function SetText(text:String)

SetIndex

public function SetIndex(index:Number)

SetIsPlaying

public function SetIsPlaying(playing:Boolean)

SetDisabled

public function SetDisabled(disabled:Boolean)

UpdateButtons

public function UpdateButtons()

SetVoiceHandle

public function SetVoiceHandle(voiceHandle:Number)

GetVoiceHandle

public function GetVoiceHandle()

SetDepth

public function SetDepth(depth:Number)

CheckExhausted

public function CheckExhausted()