"HandBrake" property won't change from a script.
Outdated
Changing "HandBrake" property of Remote Control block from a script doesn't take effect if the grid, which hosts said RC block, has no wheels.
Code example:
IMyRemoteControl RC;
// init RC with actual block reference
RC.HandBrake = true; // won't take effect if grid has no wheels
RC.SetValueBool("HandBrake", true); // this will take effect
This issue impacts scripts that translate HandBrake property state to the other RC blocks, most likely placed on subgrids which in turn has wheels.
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Replies have been locked on this page!