|
ActionAdventureKit 1.9.3
|
basic effect without any special behaviour except adding instructions to the character
useful for effects that can be expressed in instruction or are purely cosmetic
Public Attributes | |
| CharacterInstructionBase[] | Instructions |
| string | StartMessage |
| string | EndMessage |
Public Attributes inherited from AdventureCore.EffectBase | |
| EffectType | Type |
Protected Member Functions | |
| virtual void | Start () |
| virtual void | OnDestroy () |
Additional Inherited Members | |
Public Member Functions inherited from AdventureCore.EffectBase | |
| void | Terminate () |
| virtual void | Add (EffectBase prefab) |
| virtual string | GetValue () |
| virtual void | SetValue (string data) |
| override string | ToString () |
Properties inherited from AdventureCore.EffectBase | |
| EffectPool | Pool [get, set] |
| bool | IsExternal [get, set] |
| CharacterBase | AssociatedCharacter [get] |
| character that owns or is otherwise associted with the object | |
Properties inherited from AdventureCore.ICharacterAssociator | |