mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-09-14 13:35:18 -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;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user