mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 01:24:14 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
13
Project/scripts/__view_set/__view_set.gml
Normal file
13
Project/scripts/__view_set/__view_set.gml
Normal file
@@ -0,0 +1,13 @@
|
||||
function __view_set(argument0, argument1, argument2) {
|
||||
var __prop = argument0;
|
||||
var __index = argument1;
|
||||
var __val = argument2;
|
||||
|
||||
__view_set_internal(__prop, __index, __val);
|
||||
|
||||
var __res = __view_get(__prop, __index);
|
||||
|
||||
return __res;
|
||||
|
||||
|
||||
}
|
||||
12
Project/scripts/__view_set/__view_set.yy
Normal file
12
Project/scripts/__view_set/__view_set.yy
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": true,
|
||||
"parent": {
|
||||
"name": "view",
|
||||
"path": "folders/Scripts/compatibility/view.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "__view_set",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user