isObjectRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
m (Text replacement - " \|= Parameter " to " ")
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
|version1= 1.34


|gr1= RTD
|gr1= RTD


|descr=Returns true if RTD model is loaded.{{Feature|afm}}


|s1= [[isObjectRTD]] helicopter


|1.34
|p1= helicopter: [[Object]]


|Returns true if RTD model is loaded.{{Feature|afm}}
|r1= [[Boolean]]


| [[isObjectRTD]] helicopter
|x1= <sqf>_heliRTD = isObjectRTD vehicle player;</sqf>


|p1= helicopter: [[Object]] |= Parameter
|seealso= [[weightRTD]] [[difficultyEnabledRTD]]
 
| [[Boolean]]
 
 
|x1= <code>_heliRTD = [[isObjectRTD]] [[vehicle]] [[player]];</code>
 
 
| [[weightRTD]], [[difficultyEnabledRTD]]
 
|
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 18:03, 15 August 2022

Hover & click on the images for description

Description

Description:
Returns true if RTD model is loaded.
Advanced Helicopter Flight Model
For this command to have any effect, the Advanced Flight Model (AFM) has to be enabled. AFM status can be checked with difficultyEnabledRTD.
Groups:
RTD

Syntax

Syntax:
isObjectRTD helicopter
Parameters:
helicopter: Object
Return Value:
Boolean

Examples

Example 1:
_heliRTD = isObjectRTD vehicle player;

Additional Information

See also:
weightRTD difficultyEnabledRTD

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note