231 Zeilen
3.9 KiB
JSON

{
"create_throttle": {
"type":"function",
"parameters": [
{
"name": "name",
"optional": true
}
],
"return_values": 1,
"since": "0.3"
},
"get": {
"type": "function",
"parameters": [
{
"name": "object"
}
],
"return_values": 1,
"examples": [
{
"code": "class.get(world) -- returns: class.WORLD"
}
],
"since": "0.1"
},
"BOARD": {
"type": "constant"
},
"BOARD_LIST": {
"type": "constant"
},
"STRAIGHT_RAIL_TILE": {
"type": "constant"
},
"TUNNEL_RAIL_TILE": {
"type": "constant"
},
"BUFFER_STOP_RAIL_TILE": {
"type": "constant"
},
"CURVE_45_RAIL_TILE": {
"type": "constant"
},
"CURVE_90_RAIL_TILE": {
"type": "constant"
},
"CROSS_45_RAIL_TILE": {
"type": "constant"
},
"CROSS_90_RAIL_TILE": {
"type": "constant"
},
"BRIDGE_45_RIGHT_RAIL_TILE": {
"type": "constant"
},
"BRIDGE_45_LEFT_RAIL_TILE": {
"type": "constant"
},
"BRIDGE_90_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_SINGLE_SLIP_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_LEFT_90_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_RIGHT_45_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_LEFT_45_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_RIGHT_90_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_DOUBLE_SLIP_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_WYE_RAIL_TILE": {
"type": "constant"
},
"TURNOUT__RAIL_TILE": {
"type": "constant"
},
"TURNOUT_3WAY_RAIL_TILE": {
"type": "constant"
},
"TURNOUT_RIGHT_CURVED_RAIL_TILE": {
"type": "constant"
},
"SIGNAL_2_ASPECT_RAIL_TILE": {
"type": "constant"
},
"SIGNAL_3_ASPECT_RAIL_TILE": {
"type": "constant"
},
"SENSOR_RAIL_TILE": {
"type": "constant"
},
"BLOCK_RAIL_TILE": {
"type": "constant"
},
"CLOCK": {
"type": "constant"
},
"DCCEX_INTERFACE": {
"type": "constant"
},
"ECOS_INTERFACE": {
"type": "constant"
},
"HSI88_INTERFACE": {
"type": "constant"
},
"LABEL_TILE": {
"type": "constant"
},
"SWITCH_TILE": {
"type": "constant"
},
"LOCONET_INTERFACE": {
"type": "constant"
},
"MARKLIN_CAN_INTERFACE": {
"type": "constant"
},
"TRAINTASTIC_DIY_INTERFACE": {
"type": "constant"
},
"XPRESSNET_INTERFACE": {
"type": "constant"
},
"WITHROTTLE_INTERFACE": {
"type": "constant"
},
"WLANMAUS_INTERFACE": {
"type": "constant"
},
"Z21_INTERFACE": {
"type": "constant"
},
"INTERFACE_STATUS": {
"type": "constant"
},
"DECODER_FUNCTION": {
"type": "constant"
},
"DECODER_LIST": {
"type": "constant"
},
"DECODER": {
"type": "constant"
},
"DECODER_FUNCTIONS": {
"type": "constant"
},
"INPUT": {
"type": "constant"
},
"INPUT_LIST": {
"type": "constant"
},
"SINGLE_OUTPUT": {
"type": "constant",
"since": "0.3"
},
"PAIR_OUTPUT": {
"type": "constant",
"since": "0.3"
},
"ASPECT_OUTPUT": {
"type": "constant",
"since": "0.3"
},
"OUTPUT_LIST": {
"type": "constant"
},
"IDENTIFICATION": {
"type": "constant"
},
"IDENTIFICATION_LIST": {
"type": "constant"
},
"SCRIPT_THROTTLE": {
"type": "constant"
},
"RAIL_VEHICLE_LIST": {
"type": "constant"
},
"LOCOMOTIVE": {
"type": "constant"
},
"FREIGHT_WAGON": {
"type": "constant"
},
"TRAIN": {
"type": "constant"
},
"TRAIN_BLOCK_STATUS": {
"type": "constant"
},
"TRAIN_LIST": {
"type": "constant"
},
"TRAIN_PATH_FINDER": {
"type": "constant",
"since": "0.4"
},
"TRAIN_ZONE_STATUS": {
"type": "constant",
"since": "0.3"
},
"WORLD": {
"type": "constant",
"since": "0.1"
},
"PUSH_BUTTON_TILE": {
"type": "constant"
},
"NX_BUTTON_RAIL_TILE": {
"type": "constant",
"since": "0.3"
},
"ZONE": {
"type": "constant",
"since": "0.3"
}
}