From e4dc5ca34db58b6b8bb1640d9fadddbad60872dd Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 17 Jan 2021 23:09:39 +0000 Subject: [PATCH] Add ScriptVarType to glossary Signed-off-by: Graham --- share/doc/glossary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/share/doc/glossary.md b/share/doc/glossary.md index 56729408..5169a038 100644 --- a/share/doc/glossary.md +++ b/share/doc/glossary.md @@ -36,6 +36,7 @@ | Packet.Bit | | Extends the underlying buffer type with ISAAC encryption and bit packing | | Param | | A key used to add a extra attributes to locs, NPCs, objs and structs | | PathingEntity | Character, Entity, Mob | A player or NPC | +| ScriptVarType | | An enum representing types that can be used in a client script | | Seq | Animation | Sequence | | Skill | Skill | A type of skill | | Smart | | A data type encoded as a shorter or longer type for bandwidth efficiency |