Pixel-Composer/objects/o_main/Other_68.gml
2023-11-22 11:17:13 +07:00

6 lines
159 B
Plaintext

/// @description
var _id = async_load[? "id"];
if(!ds_map_exists(PORT_MAP, _id)) exit;
var nodeTarget = PORT_MAP[? _id];
nodeTarget.asyncPackets(async_load);