-
Notifications
You must be signed in to change notification settings - Fork 17
InjectType
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents inject types.
public enum InjectType
Inheritance Object → ValueType → Enum → InjectType
Implements IComparable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
append | 0 | Rpresents inject type, append. appends an action a fsmState. |
prepend | 1 | Rpresents inject type, prepend. prepends an action a fsmState |
insert | 2 | Rpresents inject type, insert. insert an action in a fsmState at an index |
replace | 3 | Rpresents inject type, replace. replace an action in a fsmState at an index. |