-
Notifications
You must be signed in to change notification settings - Fork 17
CallbackType
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents callback types for playmaker action injection any of the action extention methods: append, prepend, replace, insert. see InjectType.
public enum CallbackType
Inheritance Object → ValueType → Enum → CallbackType
Implements IComparable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
onEnter | 0 | Represents the on enter callback. |
onFixedUpdate | 1 | Represents the on fixed update callback. |
onUpdate | 2 | Represents the on update callback. |
onGui | 3 | Represents the on gui callback. |