IsTimer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server client function}} This function checks if a variable is a timer and the it still exists. ==Syntax== <section name="Server and client" class="both" show="true"> <cod...)
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server client function}}
{{Server client function}}
This function checks if a variable is a [[timer]] and the it still exists.
This function checks if a variable is a [[timer]].


==Syntax==
==Syntax==
Line 11: Line 11:


===Returns===
===Returns===
Returns ''true'' if the passed value is a timer and it still exists, ''false'' otherwise.
Returns ''true'' if the passed value is a timer, ''false'' otherwise.
</section>
</section>



Revision as of 12:17, 24 May 2009