Hi,
Can anyone explain why the XML gauge line
is flagged as a "script error" in P3Dv4 ??
The codeline DOES work Okay, and I DO know how to code it differently to avoid the error.
But I just like to understand why P3Dv4 thinks this is improper coding.
The only reason I can think of, is that P3Dv4 doesn't like a logical value ("true" of "false") to be assigned to an Lvar.
But if that is true, why is code like
then NOT flagged as an error ?
Sounds inconsistant to me …..
Rob
Can anyone explain why the XML gauge line
Code:
(L:VSTOLMode,enum) 4 == (>L:ChuteVisible,bool)
The codeline DOES work Okay, and I DO know how to code it differently to avoid the error.
But I just like to understand why P3Dv4 thinks this is improper coding.
The only reason I can think of, is that P3Dv4 doesn't like a logical value ("true" of "false") to be assigned to an Lvar.
But if that is true, why is code like
Code:
(L:VSTOLInit,bool)
if{
etc.
Sounds inconsistant to me …..
Rob






