summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSgeo <[email protected]>2017-06-03 09:40:21 -0400
committerSgeo <[email protected]>2017-06-03 09:40:21 -0400
commite5e46a568cccca8d6b6e9c16205df61c4f12a322 (patch)
treeb3dd751460018585e337a3d73fe849b1360ae780
parentModified UTF-8 encoding (diff)
downloadlibreworlds-wiki-e5e46a568cccca8d6b6e9c16205df61c4f12a322.tar.xz
libreworlds-wiki-e5e46a568cccca8d6b6e9c16205df61c4f12a322.zip
Created VARs (markdown)
-rw-r--r--VARs.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/VARs.md b/VARs.md
new file mode 100644
index 0000000..493196b
--- /dev/null
+++ b/VARs.md
@@ -0,0 +1,29 @@
+The below define property IDs, used by packets that use property lists:
+
+ public static final byte VAR_APPNAME = 1;
+ public static final byte VAR_USERNAME = 2;
+ public static final byte VAR_PROTOCOL = 3;
+ public static final byte VAR_ERROR = 4;
+ public static final byte VAR_CHANNEL = 5;
+ public static final byte VAR_BITMAP = 5;
+ public static final byte VAR_PASSWORD = 6;
+ public static final byte VAR_AVATARS = 7;
+ public static final byte VAR_UPDATETIME = 8;
+ public static final byte VAR_CLIENT = 9;
+ public static final int VAR_SERIAL = 10;
+ public static final int VAR_EMAIL = 11;
+ public static final int VAR_LOGONOFF = 12;
+ public static final int VAR_DURATION = 13;
+ public static final int VAR_GUEST = 14;
+ public static final int VAR_SERVERTYPE = 15;
+ public static final int VAR_BIZCARD = 16;
+ public static final int VAR_NEW_PASSWD = 20;
+ public static final int VAR_PRIV = 22;
+ public static final byte VAR_ASLEEP = 23;
+ public static final byte VAR_EXTERNAL_HTTP_SERVER = 24;
+ public static final byte VAR_SCRIPT_SERVER = 25;
+ public static final byte VAR_SMTP_SERVER = 26;
+ public static final byte VAR_MAIL_DOMAIN = 27;
+ public static final byte VAR_NEW_USERNAME = 28;
+ public static final byte VAR_INTERNAL_HTTP_SERVER = 29;
+ public static final byte VAR_INVENTORY = 32; \ No newline at end of file