accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\<dt class\=\"note\"\>\'\'\'\[\[(.*)\]\]\'\'\'" to "<dt class="note">$1")
m (Some wiki formatting)
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.00


|1.00|Game version=
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| Returns the current time acceleration factor |DESCRIPTION=
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| [[Number]] <nowiki>=</nowiki> '''accTime''' |SYNTAX=
|game4= arma2
|version4= 1.00


| [[Number]] |RETURNVALUE=
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50
 
|x1= <pre>_acc = accTime</pre> |EXAMPLE1=
____________________________________________________________________________________________


| [[setAccTime]], [[setTimeMultiplier]], [[timeMultiplier]], [[useAudioTimeForMoves]] |SEEALSO=
|game6= tkoh
|version6= 1.00


}}
|game7= arma3
|version7= 0.50
 
|gr1= Time


<h3 style="display:none">Notes</h3>
|descr= Returns the current simulation acceleration factor.
<dl class="command_description">
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on August 2, 2006 - 03:10
|s1= [[accTime]]  
<dt class="note">[[User:Hoz|Hoz]]<dd class="note">Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].


<!-- Note Section END -->
|r1= [[Number]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_acc = accTime;</sqf>


[[Category:Scripting Commands|ACCTIME]]
|seealso= [[setAccTime]] [[setTimeMultiplier]] [[timeMultiplier]] [[useAudioTimeForMoves]]
[[Category:Scripting Commands OFP 1.99|ACCTIME]]
}}
[[Category:Scripting Commands OFP 1.96|ACCTIME]]
 
[[Category:Scripting Commands OFP 1.46|ACCTIME]]
{{Note
[[Category:Scripting Commands ArmA|ACCTIME]]
|user= Hoz
[[Category:Command_Group:_Time_Functions|{{uc:{{PAGENAME}}}}]]
|timestamp= 20060802031000
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
|text= Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 01:19, 14 May 2023

Hover & click on the images for description

Description

Description:
Returns the current simulation acceleration factor.
Groups:
Time

Syntax

Syntax:
accTime
Return Value:
Number

Examples

Example 1:
_acc = accTime;

Additional Information

See also:
setAccTime setTimeMultiplier timeMultiplier useAudioTimeForMoves

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
Hoz - c
Posted on Aug 02, 2006 - 03:10 (UTC)
Use setAccTime to change the time acceleration factor. Not to be confused with skipTime.