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 (template:command argument fix)
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |= Game name
| arma3 |= Game name


|1.67|= Game version
|1.68|= Game version


|arg= global |= Arguments in MP
|arg= global |= Arguments in MP
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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
| Sets 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. The changes to the flag position are local to the PC command is executed on. To animate flag use [[BIS_fnc_animateFlag]]|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| flag '''setFlagAnimationPhase''' phase |= Syntax
| flag '''setFlagAnimationPhase''' phase |SYNTAX=


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


|p2= phase: [[Number]] - 0...1 |= Parameter 2
|p2= phase: [[Number]] - 0...1 |PARAMETER2=


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


| [[flag]], [[flagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[getFlagAnimationPhase]], [[Flag Textures]] |= See also
| [[flag]], [[flagOwner]], [[setFlagSide]], [[setFlagTexture]], [[flagSide]], [[flagTexture]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]] |SEEALSO=


}}
}}

Revision as of 15:47, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets 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. The changes to the flag position are local to the PC command is executed on. To animate flag use BIS_fnc_animateFlag
Groups:
Uncategorised

Syntax

Syntax:
flag setFlagAnimationPhase phase
Parameters:
flag: Object - flag pole of the type "FlagCarrier"
phase: Number - 0...1
Return Value:
Nothing

Examples

Example 1:
_flag1 setFlagAnimationPhase 0.5;

Additional Information

See also:
flagflagOwnersetFlagSidesetFlagTextureflagSideflagTextureflagAnimationPhaseforceFlagTexturegetForcedFlagTextureFlag 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

Notes

Bottom Section