HolyLib Wiki

RemoveEntityFromTransmit

  boolean pvs.RemoveEntityFromTransmit( Entity entity )

Description

Removes the given entity from being transmitted.

Only use this function inside the HolyLib:PreCheckTransmit or HolyLib:PostCheckTransmit hook!

Arguments

1Entity entity
the entity to remove. Can also be a table and EntityList of entities

Returns

1boolean success
true if all Entities were successfully removed from being transmitted.