(Official) LUA Scripting Documentation
set_sys_history
Set a value in system history.
Spec:
set_sys_history(
string key,
long value)
Parameters
key
: The key/name of the history recordvalue
: The value to set the history record to. Negative values are supported
Incomplete
This documentation is incomplete