Difference between revisions of "DCS func getDrawArgumentValue"
From DCS World Wiki - Hoggitworld.com
(One intermediate revision by the same user not shown) | |||
Line 41: | Line 41: | ||
local u = Unit.getByName('whoopwhoop') | local u = Unit.getByName('whoopwhoop') | ||
− | if u: | + | if u:getDrawArgumentValue(43) == 1 then |
-- left gunner door open | -- left gunner door open | ||
else | else | ||
Line 56: | Line 56: | ||
}} | }} | ||
[[Category:Class Functions|getDrawArgumentValue]] | [[Category:Class Functions|getDrawArgumentValue]] | ||
+ | [[Category:Game Patch 1.2.0|getDrawArgumentValue]] |