# Set Time Of Day (Hours, Minutes, Seconds)

Grammar — Set time of day to hours|Time Of Day
FlagsNative | Action

Sets the time of day.

# Arguments

  • int — Hours
  • int — Minutes
  • int — Seconds

Returns — void

native void GameTimeOfDayTimeValueSet(
	int hours,
	int minutes,
	int seconds,
);

Category: Environment / Lighting

# Examples

— None found —