ActionReference: { alias: string; name: string; needsObject: boolean }

Represents an action for the client application

Type declaration

  • alias: string

    Alias of the action

  • name: string

    Name of the action

  • needsObject: boolean

    Is true if the action requires another GameObject to work, otherwise false.