Exemplo n.º 1
0
 public Client_connectWithIP_134__Fun(int port, string ip, global::Client _gthis) : base(0, 0)
 {
             #line 135 "D:\\project\\sangong\\sangong\\src\\Client.hx"
     this.port = port;
             #line 135 "D:\\project\\sangong\\sangong\\src\\Client.hx"
     this.ip = ip;
             #line 135 "D:\\project\\sangong\\sangong\\src\\Client.hx"
     this._gthis = _gthis;
 }
Exemplo n.º 2
0
 public virtual void connectWithIP(string ip, int port)
 {
     unchecked {
                     #line 131 "D:\\project\\sangong\\sangong\\src\\Client.hx"
         global::Client _gthis = this;
         global::haxe.Log.trace.__hx_invoke2_o(default(double), global::haxe.lang.Runtime.concat(global::haxe.lang.Runtime.concat(global::haxe.lang.Runtime.concat("", ip), ":"), global::haxe.lang.Runtime.toString(port)), default(double), new global::haxe.lang.DynamicObject(new int[] { 302979532, 1547539107, 1648581351 }, new object[] { "connectWithIP", "Client", "src/Client.hx" }, new int[] { 1981972957 }, new double[] { ((double)(132)) }));
                     #line 134 "D:\\project\\sangong\\sangong\\src\\Client.hx"
         global::haxe.MainLoop.addThread(new global::Client_connectWithIP_134__Fun(port, ip, _gthis));
     }
             #line default
 }
Exemplo n.º 3
0
        public override object __hx_setField(string field, int hash, object @value, bool handleProperties)
        {
            unchecked {
                                #line 8 "D:\\project\\sangong\\sangong\\src\\TestPackBuilder.hx"
                switch (hash)
                {
                case 99:
                {
                                                #line 8 "D:\\project\\sangong\\sangong\\src\\TestPackBuilder.hx"
                    this.c = ((global::Client)(@value));
                                                #line 8 "D:\\project\\sangong\\sangong\\src\\TestPackBuilder.hx"
                    return(@value);
                }


                default:
                {
                                                #line 8 "D:\\project\\sangong\\sangong\\src\\TestPackBuilder.hx"
                    return(base.__hx_setField(field, hash, @value, handleProperties));
                }
                }
            }
                        #line default
        }