mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Added some more notes on SetTransmitState
This commit is contained in:
parent
2368777e59
commit
7390b7ee00
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue