rusefillc 2022-07-02 03:49:49 -04:00
parent 09955af5a0
commit 3858b1d720
1 changed files with 8 additions and 8 deletions

View File

@ -1,16 +1,16 @@
struct_no_prefix ac_control_s
bit engineTooSlow
bit engineTooFast
bit noClt
bit engineTooHot
bit tpsTooHigh
bit m_acEnabled
bit engineTooSlow;AC engine too slow
bit engineTooFast;AC engine too fast
bit noClt;AC no CLT
bit engineTooHot;AC engine too hot
bit tpsTooHigh;AC tps too high
bit m_acEnabled;AC enabled
bit acButtonState;@@INDICATOR_NAME_AC_SWITCH@@
bit isDisabledByLua;For setAcDisabled Lua method
bit isDisabledByLua;AC disabled by Lua
int latest_usage_ac_control;
int latest_usage_ac_control;AC latest activity
! todo: extract some helper which would contain boolean state and most recent toggle time?
int acSwitchLastChangeTimeMs;