setFlagAnimationPhase: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 20: | Line 20: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>_flag1 setFlagAnimationPhase 0.5;</sqf> | ||
|seealso= [[flagAnimationPhase]] [[Arma 3: Flag Textures]] | |seealso= [[flagAnimationPhase]] [[Arma 3: Flag Textures]] | ||
}} | }} |
Revision as of 10:24, 13 May 2022
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