DisableMuzzleFlashLights

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

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

[help]
DisableMuzzleFlashLights disableMode:bool

Example

DisableMuzzleFlashLights 1 // Disables muzzle flash lights
DisableMuzzleFlashLights 0 // Enables them back

Notes

  • This function does not persist through saves.