| Symbol | Description |
|---|---|
| EntityLump | A group of natives for a singleton entity lump, representing all the entities defined in the map. Write operations (insert, erase, append) are only allowed during OnMapInit. |
| EntityLumpEntry | An ordered list of key / value pairs for a map entity. If the entry in the EntityLump is removed, the handle will error on all operations. (The handle will remain valid on the scripting side, and will still need to be deleted.) Write operations (update, insert, erase, append) are only allowed during OnMapInit. |