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