Romestead Assembly Reference

Candide.Scripts.DialogueComponents.AbstractDialogueComponentParent

Type JSON

public class in Candide.Scripts.DialogueComponents

Methods6
Properties0
Fields3
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
Componentsinternalinternal System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent> Components
CurrentCharacterIndexprotectedprotected System.Int32 CurrentCharacterIndex
CurrentIndexprotectedprotected System.Int32 CurrentIndex

Methods

Continue

public System.Boolean Continue()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashB5A53DC0207A04FD6160DB9D0EF6BCAEA9F99EE5897B921DC9675A9674852422
  • Body hash98C4F1E172807EB561F2302B9B9DCCC849EC34423915753C046F4AFE105BFF3F
  • IL size44
Referenced calls
Called by

GetCurrentCharacterIndex

public System.Int32 GetCurrentCharacterIndex()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Int32
  • StaticFalse
  • VirtualTrue
  • Hash27433554EDC355079A3013022865BBDCD6CC9BD98DFBE7118303A1E62D757A42
  • Body hash0136333075D159C38B564332E5916B9043526490902C988FBF5120A5F0707389
  • IL size56
Referenced calls
Called by

GetFinishedTextToDisplay

public System.String GetFinishedTextToDisplay()

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticFalse
  • VirtualTrue
  • HashFE59D2819B7C1CB1A7AC8C498D45D7C10C4612563746E3F9532C350D8B1F231F
  • Body hash2CB06B358961D1DBE34785E45B9C7596F1F3FBA6820717964CB5D93331C62CDB
  • IL size48
Referenced calls
  • AbstractDialogueComponentParent.<>c::<GetFinishedTextToDisplay>b__5_0(System.String, Candide.Scripts.DialogueComponents.IDialogueComponent)
  • System.Func<System.String, Candide.Scripts.DialogueComponents.IDialogueComponent, System.String>::.ctor(System.Object, System.IntPtr)
  • System.Linq.Enumerable::Aggregate(System.Collections.Generic.IEnumerable<!!0>, !!1, System.Func<!!1, !!0, !!1>)
Called by

GetLength

public System.Int32 GetLength()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Int32
  • StaticFalse
  • VirtualTrue
  • Hash89A8F9527B17BE9A1E6F0C01BF06CD60C7641D3E7D218BC92C44A09D241BEF1E
  • Body hash405C570F251D2FCAFFD6A7FA88EA8D521F1DD08FD974C77BD587000EBEEEA730
  • IL size44
Referenced calls
  • AbstractDialogueComponentParent.<>c::<GetLength>b__6_0(System.Int32, Candide.Scripts.DialogueComponents.IDialogueComponent)
  • System.Func<System.Int32, Candide.Scripts.DialogueComponents.IDialogueComponent, System.Int32>::.ctor(System.Object, System.IntPtr)
  • System.Linq.Enumerable::Aggregate(System.Collections.Generic.IEnumerable<!!0>, !!1, System.Func<!!1, !!0, !!1>)

IsReady

public System.Boolean IsReady()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash2C0CF80BBCC48BF69E423353CFDAA84B5F30B12F964DF4971CE2CC0D1EA3776F
  • Body hashC1BA295FCE23A08E9D7B295A7A82F35E79A4B74E295D833781190C6B34DFBD25
  • IL size23
Referenced calls
  • System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Count()
Called by

Update

public System.Void Update(System.Double& dt, Candide.Scripts.DialogueInfo info)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash007B3A197BE533909CDD4F2AA9A0F1DEDEE79EE392A05D8E7F9E555E47FB729D
  • Body hash50D7FD7C3F4B0C3C747A9F6290E7CB8A73D26881DAFC60C2C41D5C357AE259DE
  • IL size94
Referenced calls
Called by