GetMinuteDuration: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} Tells you how long an ingame minute takes in real-world milliseconds. The default GTA value is 1000. ==Syntax== <syntaxhighlight lang="lua"> int getMinuteDuration ( ) </syntaxhighlight>...)
(No difference)

Revision as of 09:53, 16 May 2008

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

Shared