Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -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;
}
}

View File

@@ -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",
}