Skip to content

Commit

Permalink
docs: Add a warning about "silently kicking" a script.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeSoftHorny committed Dec 24, 2023
1 parent e730f7d commit bb204f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/lua-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ end

The `value_proc` function will be called for every available value index (up to 8).

!!! warning
If the script fails, it will be silently kicked, and the value will be `N/A`.
Check the `Logs/WTRTI.log` file for error messages.

## Functions

#### getStateValue(state_key_str)
Expand Down

0 comments on commit bb204f4

Please sign in to comment.