mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
/// @description
|
|
var port = async_load[? "port"];
|
|
|
|
if(!ds_map_exists(PORT_MAP, port)) exit;
|
|
var nodeTarget = PORT_MAP[? port];
|
|
for( var i = 0; i < array_length(nodeTarget); i++ )
|
|
nodeTarget[i].asyncPackets(async_load); |