mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-29 14:25:20 +01:00
7 lines
No EOL
220 B
Text
7 lines
No EOL
220 B
Text
/// @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); |