|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
This is the complete list of members for LuaList, including all inherited members.
| __eventListeners | ISBaseObject | |
| add(unknown item) | LuaList | |
| addAll(LuaList list) | LuaList | |
| addEventListener(string _event, function _callback, unknown _target) | ISBaseObject | |
| clear() | LuaList | |
| clearEventListeners() | ISBaseObject | |
| contains(unknown item) | LuaList | |
| count | LuaList | |
| derive(string type) | ISBaseObject | |
| foreach(function func, unknown param1, unknown param2, unknown param3, unknown param4) | LuaList | |
| get(integer index) | LuaList | |
| initialise() | LuaList | |
| ISBaseObject() | ISBaseObject | |
| isEmpty() | LuaList | |
| items | LuaList | |
| LuaList() | LuaList | |
| pop() | LuaList | |
| remove(unknown item) | LuaList | |
| removeAt(integer index) | LuaList | |
| removeEventListener(string _event, function _callback) | ISBaseObject | |
| removeRandom() | LuaList | |
| size() | LuaList | |
| sort(fun(a:unknown, b:unknown):boolean f) | LuaList | |
| triggerEvent(string _event, unknown ...) | ISBaseObject | |
| Type | ISBaseObject |