Update glossary

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 4 years ago
parent 77e227c93d
commit f9996ef0b0
  1. 16
      share/doc/glossary.md

@ -1,7 +1,7 @@
# Glossary # Glossary
| Jagex name | RSPS community name(s) | Description | | Jagex name | RSPS community name(s) | Description |
|---------------|------------------------|-----------------------------------------------------------------------------| |-------------------|------------------------|------------------------------------------------------------------------------|
| | V1 | A middle-endian byte order used on [Honeywell Series 16][hs16] computers | | | V1 | A middle-endian byte order used on [Honeywell Series 16][hs16] computers |
| Alt3 | V2 | A middle-endian byte order used on [PDP-11][pdp11] computers | | Alt3 | V2 | A middle-endian byte order used on [PDP-11][pdp11] computers |
| Ap | | An op that trigers when you approach (rather than reach) the target | | Ap | | An op that trigers when you approach (rather than reach) the target |
@ -9,26 +9,32 @@
| BAS | Stance | Base animation set | | BAS | Stance | Base animation set |
| CS1 | | Client script version 1 | | CS1 | | Client script version 1 |
| CS2 | | Client script version 2 | | CS2 | | Client script version 2 |
| Coord | Position | | | Component | | A user interface element (examples include buttons, text boxes, icons, etc.) |
| CoordFine | | A position more precise than a grid coord (128 units per tile in build 550) |
| CoordGrid | Position | The position of a tile |
| Entity | Animable, Renderable | | | Entity | Animable, Renderable | |
| Enum | | | | Enum | | A bidirectional map between integer keys and integer or string values |
| Flo | | Floor overlay | | Flo | | Floor overlay |
| Flu | | Floor underlay | | Flu | | Floor underlay |
| GoSubFrame | StackFrame | | | GoSubFrame | StackFrame | |
| IDK | IdentityKit | Identikit | | IDK | IdentityKit | Identikit |
| Interface | | A group of components |
| Inv | Inventory | | | Inv | Inventory | |
| JS5 | | Jagex store version 5? | | JS5 | | Jagex store version 5? |
| Loc | Object | | | Loc | Object | |
| MSI | | Map scenery icon | | MSI | | Map scenery icon |
| MapSquare | Map | A 64x64x4 group of tiles | | MapSquare | Map | A 64x64x4 group of tiles |
| Mel | | Map element | | Mel | | Map element |
| Modal | | An interface that can be (manually or automatically) closed by the client |
| MultiLoc | | Transforms a loc into another based on a varp or varbit | | MultiLoc | | Transforms a loc into another based on a varp or varbit |
| MultiNPC | | Transforms an NPC into another based on a varp or varbit | | MultiNPC | | Transforms an NPC into another based on a varp or varbit |
| Obj | Item | | | Obj | Item | |
| ObjStack | GroundItem | | | ObjStack | GroundItem | |
| Op | Option, Action | Operation | | Op | Option, Action | Operation |
| Overlay | | An interface that can only be closed by the server |
| Packet | Buffer, Stream | | | Packet | Buffer, Stream | |
| Packet.Bit | | Extends the underlying buffer type with ISAAC encryption and bit packing | | 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 | | PathingEntity | Character, Entity, Mob | A player or NPC |
| Seq | Animation | Sequence | | Seq | Animation | Sequence |
| Skill | Skill | A type of skill | | Skill | Skill | A type of skill |
@ -36,7 +42,9 @@
| SpotAnim | Graphic | Spot animation, a combination of a model and a sequence | | SpotAnim | Graphic | Spot animation, a combination of a model and a sequence |
| Stat | | The player's base level, boosted level and experience in a particular skill | | Stat | | The player's base level, boosted level and experience in a particular skill |
| StockMarket | | Grand exchange | | StockMarket | | Grand exchange |
| Struct | | | | Struct | | A map of param keys to integer or string values |
| SubInterface | | An interface attached to a component in a parent interface |
| TopLevelInterface | | An interface without a parent |
| Varbit | ConfigByFile | Player bit variable | | Varbit | ConfigByFile | Player bit variable |
| Varc | | Client variable | | Varc | | Client variable |
| Varcstr | | Client string variable | | Varcstr | | Client string variable |

Loading…
Cancel
Save