Table of Contents

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

string

ActionEnd

String action for TriggerAction, runs at the end

public string? ActionEnd { set; }

Property Value

string

Actions

List of actions for TriggerAction

public List<string> Actions { set; }

Property Value

List<string>

ActionsEnd

List of actions for TriggerAction, fires at the end

public List<string> ActionsEnd { set; }

Property Value

List<string>

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