setCustomWeightRTD: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on November ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-11-0$1") |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= tkoh | ||
|version1= 1.00 | |||
|gr1= RTD | |gr1= RTD | ||
|game2= arma3 | |||
|version2=1.34 | |||
|descr= Add virtual custom weight to a helicopter's center of gravity. This can be used to simulate added internal payload for specific scenarios, and affects the flight model. | |||
{{Feature|afm}} | |||
| | |s1= helicopterRTD [[setCustomWeightRTD]] weight | ||
| | |p1= helicopterRTD : [[ObjectRTD]] - helicopter | ||
|p2= weight: [[Number]] - weight (kilograms) | |||
| | |r1= [[Nothing]] | ||
| | |x1= <sqf>myHelicopterRTD setCustomWeightRTD 120;</sqf> | ||
| | |seealso= [[weightRTD]] | ||
}} | |||
<dl class="command_description"> | <dl class="command_description"> | ||
< | <dt></dt> | ||
</ | <dd class="notedate">Posted on 2014-11-04 - 06:41 (UTC)</dd> | ||
<dd class="notedate">Posted on | |||
<dt class="note">[[User:Benargee|Benargee]]</dt> | <dt class="note">[[User:Benargee|Benargee]]</dt> | ||
<dd class="note">Value can be negative. Do not set negative value lower than helicopter's total weight. | <dd class="note">Value can be negative. Do not set negative value lower than helicopter's total weight. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
Latest revision as of 23:12, 13 May 2023
Description
- Description:
- Add virtual custom weight to a helicopter's center of gravity. This can be used to simulate added internal payload for specific scenarios, and affects the flight model.
- Groups:
- RTD
Syntax
- Syntax:
- helicopterRTD setCustomWeightRTD weight
- Parameters:
- helicopterRTD : ObjectRTD - helicopter
- weight: Number - weight (kilograms)
- Return Value:
- Nothing
Examples
- Example 1:
- myHelicopterRTD setCustomWeightRTD 120;
Additional Information
- See also:
- weightRTD
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
- Posted on 2014-11-04 - 06:41 (UTC)
- Benargee
- Value can be negative. Do not set negative value lower than helicopter's total weight.