ItemUseActionSequence
Class in SurvivEngine.Items namespace
Inherits from UnityEngine.ScriptableObject
Class in SurvivEngine.Items namespace
Inherits from UnityEngine.ScriptableObject
Usable collection of item use actions performed in a sequence.
The name of this action sequence displayed in the editor and the context menu.
Determines whether or not all the actions of this sequence can be performed.
userEntity The entity using the item.
itemInstance The item being used with this action.
Determines whether or not this action sequence is usable in the given context.
contextFlags The context flags to check.
Performs this action sequence and returns the success status.
userEntity The entity using the item.
itemInstance The item being used with this action.