You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v0.3/handbook/libraries/stdlib.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1430,7 +1430,7 @@ The system library provides various system-level utilities for Eve.
1430
1430
<li><strong>seconds</strong> - (optional) - the current second (0 - 59)</li>
1431
1431
<li><strong>milliseconds</strong> - (optional) - the current millisecond (0 - 999)</li>
1432
1432
<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>
0 commit comments