ShouldDrawFog()

client
Whether fog should be drawn

Returns

  • boolean return false to prevent fog from being drawn

Note: Returning is not required

Returning from hooks is not required. Only do so if you mean to override behaviour. The first hook that returns a value will be the final value, skipping all following hooks.

Examples

hook ShouldDrawFog – "Whether fog should be drawn"