blob: 83365b5082875a91ac74b666f2ffdff345ca8352 [file] [log] [blame]
{
"name": "TransitionCondition",
"key": {
"int": 67,
"string": "transitioncondition"
},
"abstract": true,
"properties": {
"transitionId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 153,
"string": "transitionid"
},
"description": "Id of the transition this condition belongs to.",
"runtime": false
},
"conditionOrder": {
"type": "FractionalIndex",
"initialValue": "FractionalIndex.invalid",
"initialValueRuntime": "0",
"key": {
"int": 154,
"string": "conditionorder"
},
"description": "Order value for condition in a transition.",
"runtime": false
},
"inputId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 155,
"string": "inputid"
},
"description": "Id of the StateMachineInput referenced."
}
}
}