MODS
Mod management functions.
Availability: Client-only
Methods
MODS.load
client
Load a mod by its URL (client-side only)
Signature: action(str)
Parameters:
| Name | Type | Description |
|---|---|---|
url | str | URL of the mod to load |
GAME.MODS.load("value");
MODS.reset
client
Reset/unload all mods (client-side only)
Signature: action()
GAME.MODS.reset();