GetMinuteDuration: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(This function is also available serverside.)
m (wups)
Line 15: Line 15:


==See Also==
==See Also==
{{Client_world_functions}}
{{World functions}}
{{Server_world_functions}}

Revision as of 16:44, 9 January 2014

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