Skip to content

CallbackType

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

CallbackType

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 ObjectValueTypeEnumCallbackType
Implements IComparable, IFormattable, IConvertible

Fields

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