Static Public Member Functions | |
| static mixed | proxyprint (mixed...) |
| static mixed | UOProxyOpenListener (mixed port) |
| static mixed | UOProxyMode (mixed host, mixed port) |
| static mixed | ProxyParseCompressedGumpPacket (mixed input) |
| static mixed | UOProxyHandlePacket (mixed fifo_in, mixed fifo_out, mixed bIsFromClient) |
| returns false if packet incomplete | |
| static mixed | Pad (mixed str, mixed len) |
| static mixed | MyPrintField (mixed gumpdata, mixed fieldname) |
| static mixed | UOProxyOneConnection (mixed newcon) |
Definition at line 4176 of file lua_pseudo_code.cpp.
| static mixed proxy::proxyprint | ( | mixed... | ) | [inline, static] |
Definition at line 4178 of file lua_pseudo_code.cpp.
| static mixed proxy::UOProxyOpenListener | ( | mixed | port | ) | [inline, static] |
Definition at line 4180 of file lua_pseudo_code.cpp.
| static mixed proxy::UOProxyMode | ( | mixed | host, | |
| mixed | port | |||
| ) | [inline, static] |
Definition at line 4182 of file lua_pseudo_code.cpp.
| static mixed proxy::ProxyParseCompressedGumpPacket | ( | mixed | input | ) | [inline, static] |
compressed Gump see also function gPacketHandler.kPacket_Compressed_Gump () --0xDD
Definition at line 4186 of file lua_pseudo_code.cpp.
| static mixed proxy::UOProxyHandlePacket | ( | mixed | fifo_in, | |
| mixed | fifo_out, | |||
| mixed | bIsFromClient | |||
| ) | [inline, static] |
| static mixed proxy::Pad | ( | mixed | str, | |
| mixed | len | |||
| ) | [inline, static] |
Definition at line 4191 of file lua_pseudo_code.cpp.
| static mixed proxy::MyPrintField | ( | mixed | gumpdata, | |
| mixed | fieldname | |||
| ) | [inline, static] |
Definition at line 4193 of file lua_pseudo_code.cpp.
| static mixed proxy::UOProxyOneConnection | ( | mixed | newcon | ) | [inline, static] |
Definition at line 4195 of file lua_pseudo_code.cpp.
1.5.6