ExecuteActionRequest: { action: string; objects?: string[] }

Body of a request performed by the client application to exectute an action

Type declaration

  • action: string

    Alias of the action to execute

  • Optionalobjects?: string[]

    Aliases of the game objects to execute the action on