World::time.second: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
Line 1: Line 1:
{{Incomplete Functions}}
This property gets/sets game time in seconds.
 
'''Getter'''
 
number - Seconds (between 0 and 59)
 
'''Setter'''
 
number - Seconds (between 0 and 59)
 
'''Example'''
 
mp.world.time.second = 30;

Revision as of 19:50, 16 December 2017

This property gets/sets game time in seconds.

Getter

number - Seconds (between 0 and 59)

Setter

number - Seconds (between 0 and 59)

Example

mp.world.time.second = 30;