# Set Time of Day Lighting For Player

Grammar — Change the light used for time of day lighting for player player to light
FlagsNative | Action

Sets the lighting used by the time of day for a specific player.

# Arguments

  • int — Player
  • string [ gamelink::Light ] — Light

Returns — void

native void PlayerSetToDLighting(
	int inPlayer,
	string inLight,
);

Category: Environment / Lighting

# Examples

— None found —