Romain Beaumont 2016-04-12 23:01:41 +02:00
commit 041a6ef13e
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -888,9 +888,9 @@
"compareTo": "type",
"fields": {
"1": "string",
"5": "string"
"3": "string"
},
"default": "1"
"default": "void"
}
]
},
@ -901,12 +901,33 @@
{
"compareTo": "type",
"fields": {
"0": "string",
"1": "string",
"2": "string",
"3": "string",
"4": "string",
"5": "string"
},
"default": "1"
}
}
]
},
{
"name": "parameters",
"type": [
"switch",
{
"compareTo": "type",
"fields":{
"2":[
"array", {
"countType":"i8",
"type":"string"
}
]
},
"default":"void"
}
]
}
]
],