setFlagAnimationPhase: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *F([a-z ])" to "$1 - f$2") |
||
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.68 | |||
| | |arg= global | ||
| | |eff= local | ||
| | |gr1= Flags | ||
| Sets flag position on | |descr= Sets flag position on the flag pole. To animate flag use [[BIS_fnc_animateFlag]]. | ||
| flag | |s1= flag [[setFlagAnimationPhase]] phase | ||
|p1= flag: [[Object]] - flag pole of the type "FlagCarrier" | |p1= flag: [[Object]] - flag pole of the type {{hl|"FlagCarrier"}} | ||
|p2= phase: [[Number]] - 0. | |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]] | |r1= [[Nothing]] | ||
| | |x1= <sqf>_flag1 setFlagAnimationPhase 0.5;</sqf> | ||
|seealso= [[flagAnimationPhase]] [[Arma 3: Flag Textures]] | |||
}} | }} | ||
Latest revision as of 15:29, 8 November 2023
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