|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Classes | |
| class | NoContainerFillRooms |
| class | WeaponUpgrades |
Functions | |
| void | ClearAllDistributionItems (boolean _dorecursive) |
| void | RemoveItemFromDistribution (string _item, number|false _chance, boolean _dorecursive) |
| void | ReplaceItemInDistribution (string _item, number|false _chance, string _replacement, number|false _replaceChance, boolean _dorecursive) |
| void | MergeDistributionRecursive (table _mod) |
| void | DeepPrintDistributionTable (string tab) |
| void ClearAllDistributionItems | ( | boolean | _dorecursive | ) |
| void DeepPrintDistributionTable | ( | string | tab | ) |
| void MergeDistributionRecursive | ( | table | _mod | ) |
| void RemoveItemFromDistribution | ( | string | _item, |
| number|false | _chance, | ||
| boolean | _dorecursive ) |
| void ReplaceItemInDistribution | ( | string | _item, |
| number|false | _chance, | ||
| string | _replacement, | ||
| number|false | _replaceChance, | ||
| boolean | _dorecursive ) |