Skip to content

setTimeFrozen

Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function will freeze the game time. It will affect the sky as well prevent it from changes.

Syntax

bool setTimeFrozen ( ​bool state )
Required arguments
  • state: if set to true it will freeze the time, false otherwise.

Returns

Always returns true .

  • bool: value

Code Examples

shared

This example let you freeze the time

setTimeFrozen ( true )

See Also

World Functions