Sets the clock of this
BasePlayer to a specific value. This also changes the daytime. (night/day
etc.)
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public virtual void SetTime(
int hour,
int minutes
)
Parameters
- hour
- Type: SystemInt32
Hour to set (0-23). - minutes
- Type: SystemInt32
Minutes to set (0-59).
See Also