DisableMuzzleFlashLights
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Disables muzzle flash lights in the game. Intended to be a performance boost in combat. disableMode argument supports the following modes:0 - re-enable 1 - disable for all actors 2 - disable for the player only 3 - disable for NPCs only
Syntax
DisableMuzzleFlashLights disableMode:bool
Example
DisableMuzzleFlashLights 1 // Disables muzzle flash lights DisableMuzzleFlashLights 0 // Enables them back
Notes
- This function does not persist through saves.