Skip to content

InjectType

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

InjectType

Namespace: TommoJProductions.ModApi

Represents inject types.

public enum InjectType

Inheritance ObjectValueTypeEnumInjectType
Implements IComparable, IFormattable, IConvertible

Fields

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.
Clone this wiki locally