mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
6 lines
159 B
Plaintext
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); |