scudState – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
(Return value not exact)
Line 2: Line 2:


[[User:Planck|Planck]] 11:48, 20 August 2006 (CEST)
[[User:Planck|Planck]] 11:48, 20 August 2006 (CEST)
== Return value not exact ==
When the scud is ready for launch (vertical) the scudState returned is not exactly 2 - In my case it reports 2.0021.  So checking for status using <= 2 will not work as intended, < 3 should be used instead.

Revision as of 05:32, 8 November 2007

According to comref, the version for this command is 1.28

Planck 11:48, 20 August 2006 (CEST)

Return value not exact

When the scud is ready for launch (vertical) the scudState returned is not exactly 2 - In my case it reports 2.0021. So checking for status using <= 2 will not work as intended, < 3 should be used instead.