Athena.systems.defaults.weaponItems ​
Functions ​
disable ​
Usage
Athena.systems.defaults.weaponItems.disable(): void
Disable all weapon items from being created / used. Does not remove them if they already exist in the database.
Example ​
ts
Athena.systems.defaults.weaponItems.disable();
Returns ​
void