(Official) LUA Scripting Documentation
add_sys_history
Add or subtract a value to/from system history.
Spec:
add_sys_history(
string key,
long value)
Parameters
key
: The key/name of the history recordvalue
: The number to add to the history record. Use a negative number for subtraction
Incomplete
This documentation is incomplete