Added some more notes on SetTransmitState

This commit is contained in:
Jesse 2016-09-01 01:17:50 -05:00
parent 2368777e59
commit 7390b7ee00

View file

@ -1,3 +1,5 @@
This file contains random notes and tips we've come across in the course of this project
SetTransmitState(FL_EDICT_ALWAYS); //Entity will always render regardless of visleaves
SetTransmitState(FL_EDICT_ALWAYS); //Entity will always render regardless of visleaves
SetTransmitState(FL_EDICT_DONTSEND); //Entity will never render even when in view
SetTransmitState(FL_EDICT_PVSCHECK); //Entity will always render if it passes a visleaf check