# _Cine Mode Change Fog Setting For Player

FlagsAction | Internal

# Arguments

  • int — Player
  • bool — Fog

Returns — void

void libNtve_gf__CineModeChangeFogSettingForPlayer(
	int lp_player,
	bool lp_fog,
);

Category: Cinematics / Cinematic Mode / Internal

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L1898
libNtve_gf__CineModeChangeFogSettingForPlayer(lv_pickedPlayer, lp_fog)
// L1588
libNtve_gf__CineModeChangeFogSettingForPlayer(lv_pickedPlayer, lp_fog)