Candide.Scripts.DialogueComponents.AbstractDialogueComponentParent
Type JSONpublic class in Candide.Scripts.DialogueComponents
Type metadata
- Assembly
Romestead - Namespace
Candide.Scripts.DialogueComponents - Base type
System.Object - Interfaces
Candide.Scripts.DialogueComponents.IDialogueComponent - Hash
62111F9D8426D5BC9F140782B0D4CB0E4FADE67E89320E9DC2CC6C69990F4105
Relationships
Base type
System.Object
Interfaces
Derived types
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Components# | internal | internal System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent> Components |
CurrentCharacterIndex# | protected | protected System.Int32 CurrentCharacterIndex |
CurrentIndex# | protected | protected System.Int32 CurrentIndex |
Methods
Continue
#
public System.Boolean Continue()
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
B5A53DC0207A04FD6160DB9D0EF6BCAEA9F99EE5897B921DC9675A9674852422 - Body hash
98C4F1E172807EB561F2302B9B9DCCC849EC34423915753C046F4AFE105BFF3F - IL size44
Referenced calls
System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Count()System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Item(System.Int32)Candide.Scripts.DialogueComponents.IDialogueComponent::Continue()
GetCurrentCharacterIndex
#
public System.Int32 GetCurrentCharacterIndex()
Method metadata
- Visibilitypublic
- Return type
System.Int32 - StaticFalse
- VirtualTrue
- Hash
27433554EDC355079A3013022865BBDCD6CC9BD98DFBE7118303A1E62D757A42 - Body hash
0136333075D159C38B564332E5916B9043526490902C988FBF5120A5F0707389 - IL size56
Referenced calls
System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Count()System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Item(System.Int32)Candide.Scripts.DialogueComponents.IDialogueComponent::GetCurrentCharacterIndex()
GetFinishedTextToDisplay
#
public System.String GetFinishedTextToDisplay()
Method metadata
- Visibilitypublic
- Return type
System.String - StaticFalse
- VirtualTrue
- Hash
FE59D2819B7C1CB1A7AC8C498D45D7C10C4612563746E3F9532C350D8B1F231F - Body hash
2CB06B358961D1DBE34785E45B9C7596F1F3FBA6820717964CB5D93331C62CDB - 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>)
GetLength
#
public System.Int32 GetLength()
Method metadata
- Visibilitypublic
- Return type
System.Int32 - StaticFalse
- VirtualTrue
- Hash
89A8F9527B17BE9A1E6F0C01BF06CD60C7641D3E7D218BC92C44A09D241BEF1E - Body hash
405C570F251D2FCAFFD6A7FA88EA8D521F1DD08FD974C77BD587000EBEEEA730 - 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 type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
2C0CF80BBCC48BF69E423353CFDAA84B5F30B12F964DF4971CE2CC0D1EA3776F - Body hash
C1BA295FCE23A08E9D7B295A7A82F35E79A4B74E295D833781190C6B34DFBD25 - IL size23
Referenced calls
System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Count()
Update
#
public System.Void Update(System.Double& dt, Candide.Scripts.DialogueInfo info)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
007B3A197BE533909CDD4F2AA9A0F1DEDEE79EE392A05D8E7F9E555E47FB729D - Body hash
50D7FD7C3F4B0C3C747A9F6290E7CB8A73D26881DAFC60C2C41D5C357AE259DE - IL size94
Referenced calls
System.Collections.Generic.List<Candide.Scripts.DialogueComponents.IDialogueComponent>::get_Item(System.Int32)Candide.Scripts.DialogueComponents.IDialogueComponent::IsReady()Candide.Scripts.DialogueComponents.IDialogueComponent::GetLength()Candide.Scripts.DialogueComponents.IDialogueComponent::Update(System.Double&, Candide.Scripts.DialogueInfo)Candide.Scripts.DialogueComponents.AbstractDialogueComponentParent::IsReady()