<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://g1r-mp.com/wiki/index.php?action=history&amp;feed=atom&amp;title=GetTickCount</id>
	<title>GetTickCount - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://g1r-mp.com/wiki/index.php?action=history&amp;feed=atom&amp;title=GetTickCount"/>
	<link rel="alternate" type="text/html" href="https://g1r-mp.com/wiki/index.php?title=GetTickCount&amp;action=history"/>
	<updated>2026-08-05T05:05:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://g1r-mp.com/wiki/index.php?title=GetTickCount&amp;diff=69&amp;oldid=prev</id>
		<title>QCherry: Automatyczna aktualizacja dokumentacji funkcji</title>
		<link rel="alternate" type="text/html" href="https://g1r-mp.com/wiki/index.php?title=GetTickCount&amp;diff=69&amp;oldid=prev"/>
		<updated>2026-08-04T12:44:43Z</updated>

		<summary type="html">&lt;p&gt;Automatyczna aktualizacja dokumentacji funkcji&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- This page is generated automatically from the function definition: getTickCount. --&amp;gt;&lt;br /&gt;
= getTickCount =&lt;br /&gt;
Returns the number of monotonic milliseconds elapsed in the current runtime.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
int getTickCount()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
This function does not accept parameters.&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
Returns a monotonic timestamp in milliseconds as an integer.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Measure how long an operation takes:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot; line&amp;gt;&lt;br /&gt;
local startedAt = getTickCount()&lt;br /&gt;
-- Do some work here.&lt;br /&gt;
outputDebugString(&amp;quot;Elapsed: &amp;quot; .. (getTickCount() - startedAt) .. &amp;quot; ms&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Available in both client-side and server-side resource scripts.&lt;br /&gt;
* Use this value for elapsed-time calculations, not as a wall-clock date or time.&lt;br /&gt;
&lt;br /&gt;
[[Category:Shared Functions]]&lt;br /&gt;
[[Category:Utility Functions]]&lt;br /&gt;
[[Category:Timer Functions]]&lt;/div&gt;</summary>
		<author><name>QCherry</name></author>
	</entry>
</feed>