Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction Class Referenceabstract

Base class for quest actions that act on a combatant. More...

Inheritance diagram for PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction:
Collaboration diagram for PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction:

Properties

bool usePlayer [get, set]
 
StringField combatantName [get, set]
 
Combatant combatant [get]
 
string runtimeCombatantName [get]
 
- Properties inherited from PixelCrushers.QuestMachine.QuestSubasset
Quest quest [get, protected set]
 (Runtime) The quest that this condition belongs to.
 
QuestNode questNode [get, protected set]
 (Runtime) The quest node that this condition belongs to.
 
TagDictionary tagDictionary [get]
 (Runtime) The quest's tag dictionary.
 

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.QuestMachine.QuestAction
virtual void Execute ()
 Performs the quest action.
 
- Public Member Functions inherited from PixelCrushers.QuestMachine.QuestSubasset
virtual string GetEditorName ()
 Returns the name to show in the editor for this subasset.
 
virtual void SetRuntimeReferences (Quest quest, QuestNode questNode)
 Sets quest references, as some subassets might need to refer to their containing quest and/or quest node.
 
virtual void AddTagsToDictionary ()
 Records the static tags used in this asset's text content into the quest's staticTags property.
 
virtual Sprite[] GetImages ()
 Override to return any images that this content references.
 
virtual AudioClip[] GetAudioClips ()
 Overide to return any audio clips that this content references.
 
virtual void OnBeforeProxySerialization ()
 Allows a subasset to save information in a serializable format prior to being serialized to a proxy object for saving.
 
virtual void OnAfterProxyDeserialization ()
 Applies saved information from a proxy object.
 
virtual void CloneSubassetsInto (QuestSubasset copy)
 Allows subclasses to deep copy their own subassets by instantiating copies.
 
virtual void DestroySubassets ()
 Allows subclasses to destroy their subassets, usually when a runtime instance of a quest is being destroyed.
 
- Static Public Member Functions inherited from PixelCrushers.QuestMachine.QuestSubasset
static List< T > CloneList< T > (List< T > original, Quest quest=null)
 Returns a deep copy of a QuestSubasset list.
 
static void DestroyList< T > (List< T > list)
 
- Protected Member Functions inherited from PixelCrushers.QuestMachine.QuestSubasset
virtual void AddTagsToDictionary (StringField stringField)
 Adds any tags in the StringField to the tags dictionary.
 
virtual void AddTagsToDictionary (string s)
 Adds any tags in the string to the tags dictionary.
 

Detailed Description

Base class for quest actions that act on a combatant.

Property Documentation

◆ combatant

Combatant PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction.combatant
getprotected

◆ combatantName

StringField PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction.combatantName
getset

◆ runtimeCombatantName

string PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction.runtimeCombatantName
getprotected

◆ usePlayer

bool PixelCrushers.QuestMachine.ORKSupport.ORKCombatantQuestAction.usePlayer
getset

The documentation for this class was generated from the following file: