mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -05:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
///button_create(x, y, type)
|
|
|
|
var hold = instance_create_depth(0, 0, depth-1, obj_button);
|
|
|
|
with (hold)
|
|
button_set(argument0, argument1, argument2);
|
|
|
|
return hold; |