Scripting/Squirrel/Functions/GetTime

From Vice City Multiplayer
Revision as of 09:20, 2 August 2015 by ProsuWANTED (talk | contribs) (Created page with "{{Scripting/Deprecated}} GetTime is to used to find out what is the current time of your server. == Syntax == <pre>GetTime()</pre> == Arguments == '''N/A''' == Return Val...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Note: This function is deprecated. Its use is discouraged as it may be removed in a future update.

GetTime is to used to find out what is the current time of your server.

Syntax

GetTime()

Arguments

N/A

Return Value

  • int time - the time

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions