Updated Lua Packet (markdown)

KimLS
2014-09-24 03:58:14 -07:00
parent 3bf23dd564
commit 6ca9570b5e
+3
@@ -12,9 +12,12 @@ packet.valid -- Returns true if this object is not null
```
Packet() -- Creates a null spell
Packet(Integer opcode, Integer size)
Packet(Integer opcode, Integer size, Boolean use_raw_opcode)
Integer GetSize();
Integer GetOpcode();
Void SetOpcode(Integer op);
Integer GetRawOpcode();
Void SetRawOpcode(Integer op);
Void WriteInteger8(Integer offset, Integer value);
Void WriteInteger16(Integer offset, Integer value);
Void WriteInteger32(Integer offset, Integer value);