Pixel-Composer/objects/o_main/Other_68.gml

6 lines
159 B
Plaintext
Raw Normal View History

2023-06-04 12:38:40 +02:00
/// @description
2023-11-22 05:17:13 +01:00
var _id = async_load[? "id"];
2023-06-04 12:38:40 +02:00
2023-11-22 05:17:13 +01:00
if(!ds_map_exists(PORT_MAP, _id)) exit;
var nodeTarget = PORT_MAP[? _id];
nodeTarget.asyncPackets(async_load);