GetMinuteDuration

From Multi Theft Auto: Wiki
Revision as of 16:43, 9 January 2014 by Remi-X (talk | contribs) (This function is also available serverside.)
Jump to navigation Jump to search

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


Template:Server world functions