Skip to content

Commit eebb44c

Browse files
committed
rename frames to ticks
1 parent 558a23b commit eebb44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ The system library provides various system-level utilities for Eve.
14301430
<li><strong>seconds</strong> - (optional) - the current second (0 - 59)</li>
14311431
<li><strong>milliseconds</strong> - (optional) - the current millisecond (0 - 999)</li>
14321432
<li><strong>timestamp</strong> - (optional) - the current time represented as the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC</li>
1433-
<li><strong>frame</strong> - (optional) - the number of frames elapsed since the start of the timer</li>
1433+
<li><strong>ticks</strong> - (optional) - the number of ticks of the timer since it was created</li>
14341434
</ul>
14351435
</td>
14361436
<td>

0 commit comments

Comments
 (0)