Source
This page was generated with Wiki Builder. Do not change the format!
Info
If a vendor can ever end up performing actions, these are the properties that will be related to those actions. I'm not going to bother documenting this yet, as it is unused and unclear if it will ever be used... but in case it is ever populated and someone finds it useful, it is defined here.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
description | string | |
executeSeconds | integer:int32 | |
icon | string | |
name | string | |
verb | string | |
isPositive | boolean | |
actionId | string | |
actionHash | integer:uint32 | |
autoPerformAction | boolean |
Example
{
// Type: string
"description": "",
// Type: integer:int32
"executeSeconds": 0,
// Type: string
"icon": "",
// Type: string
"name": "",
// Type: string
"verb": "",
// Type: boolean
"isPositive": false,
// Type: string
"actionId": "",
// Type: integer:uint32
"actionHash": 0,
// Type: boolean
"autoPerformAction": false
}