Skip to content

Glossary

Cryotheum edited this page Jun 19, 2022 · 10 revisions

Discounted glossary.

Symbol Meaning
Table that plays nicely with the count operator (#) and ipairs. This does not mean pairs and table.Count function the same, just that these are intended to be used with ipairs and #.

Dictionary

Table where all keys are the same type, and all values are the same type. This does not have to be mutual between keys and values. These are usually, static, pre-baked, and huge.

Duplex ♥

Table where the non-numerical parts represent the key's numerical location.

Fooplex

Duplex that may be missing some entry pairs entirely.

Kieve Function

Function used by the Language module with the sole purpose of selecting the proper substitution when given context.

List ♥

Sequential table, a table where all keys are numerical and there are no gaps.

Object

Table with some meta methods.

Report

Table where all values are true, or its sole purpose is to track presence.

Rich List ♥

A list, but has non-numerical keys representing meta data. Commonly used for COMMAND's Arguments field and the language module's player lists.

Stream Model

PyritionStream object that has additional methods and is used for syncing data to clients and vice versa. Learn more here.

Clone this wiki locally