This site has been archived and made available for preservation purposes. No edits can be made.

SetTimeScale

Sets the in-game time scale (determines the speed of time progression).

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetTimeScale))(VAULTSPACE Value) VAULTCPP(noexcept);
Code c:
native SetTimeScale(Float:scale);

[top]Parameters

Value - the new time scale. This is a multiplier (may also be negative or zero); 1.0, the default value, is real time

[top]Return value

None.