Static Public Member Functions | |
| static mixed | NetSendPacket (mixed ignored, mixed bOutsideProtocol) |
| static mixed | NetConnectWithKey (mixed host, mixed port, mixed key) |
| static mixed | NetConnectWithKey2 (mixed host, mixed port, mixed key) |
| static mixed | NetTrafficStep (mixed bIgnoreDisconnect) |
| only sending, receiving and decoding, no packet handling triggered | |
Definition at line 2954 of file lua_pseudo_code.cpp.
| static mixed net::NetSendPacket | ( | mixed | ignored, | |
| mixed | bOutsideProtocol | |||
| ) | [inline, static] |
Definition at line 2956 of file lua_pseudo_code.cpp.
| static mixed net::NetConnectWithKey | ( | mixed | host, | |
| mixed | port, | |||
| mixed | key | |||
| ) | [inline, static] |
TODO : return false on failure! handle socket creation failed!! function with key is used for both logins (loginserver/gameserver)
Definition at line 2960 of file lua_pseudo_code.cpp.
| static mixed net::NetConnectWithKey2 | ( | mixed | host, | |
| mixed | port, | |||
| mixed | key | |||
| ) | [inline, static] |
Definition at line 2962 of file lua_pseudo_code.cpp.
| static mixed net::NetTrafficStep | ( | mixed | bIgnoreDisconnect | ) | [inline, static] |
only sending, receiving and decoding, no packet handling triggered
Definition at line 2965 of file lua_pseudo_code.cpp.
1.5.6