MODS

Mod management functions.

Availability: Client-only

Methods


MODS.load

client

Load a mod by its URL (client-side only)

Signature: action(str)

Parameters:

NameTypeDescription
urlstrURL of the mod to load
GAME.MODS.load("value");

MODS.reset

client

Reset/unload all mods (client-side only)

Signature: action()

GAME.MODS.reset();