Class ActionArgs
- Namespace
- TrinketTinker.Models.AbilityArgs
- Assembly
- TrinketTinker.dll
(trigger) action arguments
public class ActionArgs : IArgs
- Inheritance
-
ActionArgs
- Implements
- Derived
- Inherited Members
Properties
Action
String action for TriggerAction
public string? Action { set; }
Property Value
ActionEnd
String action for TriggerAction, runs at the end
public string? ActionEnd { set; }
Property Value
Actions
List of actions for TriggerAction
public List<string> Actions { set; }
Property Value
ActionsEnd
List of actions for TriggerAction, fires at the end
public List<string> ActionsEnd { set; }
Property Value
Methods
Validate()
Checks if the given arguments are valid, potentially modify arguments to ensure they are valid
public bool Validate()
Returns
- bool
true if valid