This commit is contained in:
parent
54a140d0df
commit
147724c984
|
@ -1,13 +1,15 @@
|
|||
struct_no_prefix ac_control_s
|
||||
|
||||
! main input and output to be displayed on top of View dialog
|
||||
bit acButtonState;@@INDICATOR_NAME_AC_SWITCH@@
|
||||
bit m_acEnabled;AC enabled
|
||||
|
||||
|
||||
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;AC disabled by Lua
|
||||
|
||||
int latest_usage_ac_control;AC latest activity
|
||||
|
|
Loading…
Reference in New Issue