Bool MainCockpit and MainRemoteControl don't work
Outdated
This will not work.
if (pit.MainCockpit==true){ } if (pit.MainRemoteControl==true){ }i do it stil like this:
if (pit.GetValue<bool>("MainCockpit")){ } if (pit.GetValue<bool>("MainRemoteControl")){ }shoul be nice if it
You may want to clarify your post a bit. It appears you mistyped or may not have known some information.
if (pit.isMainCockpit==true) { } // does work. Note the "is" in there.
You may want to clarify your post a bit. It appears you mistyped or may not have known some information.
if (pit.isMainCockpit==true) { } // does work. Note the "is" in there.
You may want to clarify your post a bit. It appears you mistyped or may not have known some information.
if (pit.isMainCockpit==true) { } // does work. Note the "is" in there.
You may want to clarify your post a bit. It appears you mistyped or may not have known some information.
if (pit.isMainCockpit==true) { } // does work. Note the "is" in there.
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!