setFlagAnimationPhase: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.67|= Game version |arg= global...")
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *F([a-z ])" to "$1 - f$2")
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |= Game name
|game1= arma3
|version1= 1.68


|1.67|= Game version
|arg= global


|arg= global |= Arguments in MP
|eff= local


|eff= local |= Effects in MP
|gr1= Flags
____________________________________________________________________________________________


| Sets flag position on the flag pole according to the given animation phase, where 0 is bottom of the flag pole, 1 is the top of the flag pole. The the changes to the flag position are local to the PC command is executed on.|= Description
|descr= Sets flag position on the flag pole. To animate flag use [[BIS_fnc_animateFlag]].
____________________________________________________________________________________________


| flag '''setFlagAnimationPhase''' phase |= Syntax
|s1= flag [[setFlagAnimationPhase]] phase


|p1= flag: [[Object]] - flag pole of the type "FlagCarrier"|= Parameter 1
|p1= flag: [[Object]] - flag pole of the type {{hl|"FlagCarrier"}}


|p2= phase: [[Number]] - 0...1 |= Parameter 2
|p2= phase: [[Number]] - flag position on the flag pole according to the given animation phase, where 0 is the bottom of the flag pole, 1 is the top of the flag pole.


| [[Nothing]] |= Return value
|r1= [[Nothing]]
____________________________________________________________________________________________
 
|x1= <code>_flag1 [[setFlagAnimationPhase]] 0.5;</code> |= Example 1
____________________________________________________________________________________________


| [[flag]], [[flagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[getFlagAnimationPhase]], [[Flag Textures]] |= See also
|x1= <sqf>_flag1 setFlagAnimationPhase 0.5;</sqf>


|seealso= [[flagAnimationPhase]] [[Arma 3: Flag Textures]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:29, 8 November 2023

Hover & click on the images for description

Description

Description:
Sets flag position on the flag pole. To animate flag use BIS_fnc_animateFlag.
Groups:
Flags

Syntax

Syntax:
flag setFlagAnimationPhase phase
Parameters:
flag: Object - flag pole of the type "FlagCarrier"
phase: Number - flag position on the flag pole according to the given animation phase, where 0 is the bottom of the flag pole, 1 is the top of the flag pole.
Return Value:
Nothing

Examples

Example 1:
_flag1 setFlagAnimationPhase 0.5;

Additional Information

See also:
flagAnimationPhase Arma 3: Flag Textures

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