HolyLib Wiki

pvs.EnablePostTransmitHook

  pvs.EnablePostTransmitHook( boolean enable )

Description

Enables or disables the HolyLib:PostCheckTransmit hook from being called.

This is disabled by default and reset back to disabled on every map change, since calling a Lua hook on every transmit check has a performance cost.
Only enable this if you actually use HolyLib:PostCheckTransmit.

Arguments

1boolean enable

Whether the HolyLib:PostCheckTransmit hook should be called.