accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (VBS2 scripting category removal)
m (Some wiki formatting)
 
(54 intermediate revisions by 8 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]] |= Return value
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50
 
|x1= <pre>_acc = accTime</pre> |= Example 1
____________________________________________________________________________________________


| [[setAccTime]] |= See also
|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</dd>
|s1= [[accTime]]  
<dt class="note">'''[[User:Hoz|Hoz]]'''</dt><dd class="note">Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].</dd>


<!-- 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.96|ACCTIME]]
}}
[[Category:Scripting Commands OFP 1.46|ACCTIME]]
 
[[Category:Scripting Commands ArmA|ACCTIME]]
{{Note
[[Category:Command_Group:_Time_Functions|{{uc:{{PAGENAME}}}}]]
|user= Hoz
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|timestamp= 20060802031000
|text= Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].
}}

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.