reload_mod
Reloads the mod's settings from settings.lua and reapplies them without restarting the game. Works in read-only mode and returns the active settings and generation number.
Instructions
Re-read settings.lua and re-run the UEBridge mod in place; no game restart.
Read-only: touches only the mod's own settings, so it works with allow_eval = false and allow_writes = false and is the recovery path after eval was turned off. Returns the settings now in effect (poll_ms, allow_eval, allow_writes) and the new generation number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||