GetMinuteDuration: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (wups)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server client function}}
{{Server client function}}
{{Needs Example}}
Tells you how long an ingame minute takes in real-world milliseconds. The default GTA value is 1000.
Tells you how long an ingame minute takes in real-world milliseconds. The default GTA value is 1000.



Revision as of 21:45, 7 May 2017

Accessories-text-editor.png Script Example Missing Function GetMinuteDuration needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

Tells you how long an ingame minute takes in real-world milliseconds. The default GTA value is 1000.

Syntax

int getMinuteDuration ( )

Required Arguments

None

Returns

Returns the number of real-world milliseconds that go in an ingame minute.

See Also