EF NODRAW: Difference between revisions
Jump to navigation
Jump to search
Note:If it is desired to use this with other effects, you should add the integer value of each effect to the value.
mNo edit summary |
m (updated link) |
||
Line 4: | Line 4: | ||
To prevent an entity from being networked to the client, also preventing it from being rendered, turn off SmartEdit mode and add the following keyvalue pair to the entity: <code>effects 32</code>. | To prevent an entity from being networked to the client, also preventing it from being rendered, turn off SmartEdit mode and add the following keyvalue pair to the entity: <code>effects 32</code>. | ||
{{note|If it is desired to use this with other [[effects]], you should add the integer value of each effect to the value.}} | {{note|If it is desired to use this with other [[effects enum|effects]], you should add the integer value of each effect to the value.}} | ||
[[Category:Constants]] | [[Category:Constants]] |
Revision as of 17:28, 28 September 2006
Template:Wrongtitle EF_NODRAW is defined as 0x020, or 32.
To prevent an entity from being networked to the client, also preventing it from being rendered, turn off SmartEdit mode and add the following keyvalue pair to the entity: effects 32
.
