mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-16 23:47:25 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
///form_get_exceptions(form)
|
||||
function form_get_exceptions(argument0) {
|
||||
|
||||
switch(argument0)
|
||||
{
|
||||
case "!": return "EXCLAMATION";
|
||||
case "?": return "QUESTION";
|
||||
default: return argument0;
|
||||
}
|
||||
switch(argument0)
|
||||
{
|
||||
case "!": return "EXCLAMATION";
|
||||
case "?": return "QUESTION";
|
||||
default: return argument0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "247a6c1c-04b6-7db1-67ff-297c3ee1feca",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "form_get_exceptions",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "form_get_exceptions",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user