blob: a71b154814878d2b7d7aa122efaedfc9e8658e0a [file]
{
"name": "StateMachineFireEvent",
"key": {
"int": 169,
"string": "statemachinefireevent"
},
"extends": "animation/state_machine_fire_action.json",
"properties": {
"eventId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 392,
"string": "eventid"
},
"description": "Id of the Event referenced."
},
"occursValue": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 393,
"string": "occursvalue"
},
"description": "When the event fires."
},
"fireOrder": {
"type": "FractionalIndex",
"key": {
"int": 394,
"string": "fireorder"
},
"description": "Order value for sorting transitions in states.",
"runtime": false
}
}
}