LNXSDK/Kha/Tools/linux_x64/std/flash/system/ConnexionsClient.hx

10 lines
355 B
Haxe
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
package flash.system;
extern final class ConnexionsClient {
function new() : Void;
function Connexions() : Dynamic;
function _init(topLocation : String, documentReferrer : String, windowLocation : String, movie : String, userAgent : String, timeout : UInt) : Void;
function autoAdd(port : Int) : Dynamic;
function manualAdd(port : Int) : Dynamic;
}