mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-09 10:24:52 -05:00
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
///lock_destroy()
|
|
|
|
global.selecting = noone;
|
|
|
|
with (obj_lock.info) { instance_destroy() };
|
|
with (obj_lock.area) { instance_destroy() };
|
|
with (obj_lock.plus) { instance_destroy() };
|
|
with (obj_lock.minus) { instance_destroy() };
|
|
|
|
if (instance_exists(obj_lock))
|
|
with (obj_lock)
|
|
instance_destroy(); |