Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

3D progress bar for arma 3

NotificationsYou must be signed in to change notification settings

alezm00/ARMA-3-3D-Progress-Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

3D progress bar for arma 3

Free use just mention me 😁

Docs

NameTypeDescriptionDefault valueOptionalexample
PositionARRAY or OBJECTATL Position or object (Static can't attach to a moving object)getPosATL player
TimerNUMBER15
TextSTRINGAccept structured text"""Hello World!"
ConditionCODEExecuted on every frame{}X{alive player}
onSuccessCODEExecuted on end if success{}X{hint "Nice!"}
onFailCODEExecute if condition goes FALSE{}X{hint "BAD!"}
ArgumentsARRAYArguments passed to Condition,onSuccess and onFail [_this select 0][]X
ColorARRAYRGBA if blank profileProfile colorX[1,0,1,1]

Condition, onSuccess and onFail

In these 3 parameters you have access to:

  • _arguments parameter
  • _passedTime (time passed from start)
  • _endTime (the time when the bar will complete)

Example

Base example:

[Player,30,"Hello World!!",{aliveplayer},{hint"Completed"},{hint"Failed"},[],[1,0,1,1]]call AZM_3DPBar;

Arguments example:

[Player,30,"Hello World!!",{aliveplayer},{hint (_thisselect0select0)},{hint"Failed"},["Nice"]]call AZM_3DPBar;

About

3D progress bar for arma 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp