kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Add Module.SetFieldBool

djungelorm opened this issue ยท 0 comments

commented

We have methods for setting float/int/string partmodule fields, but not for booleans (toggles).

It appears that most toggles are actions (which are toggleable using Module.SetAction) but some toggles are boolean fields...

Related to #706