Difference between revisions of "Env render"

From Sven Co-op
Jump to navigation Jump to search
(Import of converted entguide pages from Sven Manor.)
 
m (Formatting, typos, links etc.)
 
Line 7: Line 7:
 
== Keyvalues ==
 
== Keyvalues ==
  
{{Entity_keyvalue|Radius|armorvalue|Set the radius, in units, in which to search for the env_render's targets. Set this to 0 if you do not require the targets  
+
{{Entity_keyvalue|Radius|armorvalue|Set the radius, in units, in which to search for the env_render's targets. Set this to 0 if you do not require the targets to be in a specific radius, but anywhere on the map.}}
to be in a specific radius, but anywhere on the map.}}
 
  
 
== Flags ==
 
== Flags ==
Line 16: Line 15:
 
{{Entity_flag|4|No render-mode|If set, the env_render won't change its targets render-mode.}}
 
{{Entity_flag|4|No render-mode|If set, the env_render won't change its targets render-mode.}}
 
{{Entity_flag|8|No render-color|If set, the env_render won't change its targets render-color.}}
 
{{Entity_flag|8|No render-color|If set, the env_render won't change its targets render-color.}}
{{Entity_flag|16|Auto apply|If set, the env_render will search for its target within the provided radius and apply the changes to every valid  
+
{{Entity_flag|16|Auto apply|If set, the env_render will search for its target within the provided radius and apply the changes to every valid entity found, whenever it is found, regularly instead of only when triggered.}}
entity found, whenever it is found, regularly instead of only when triggered.}}
 
  
 
{{entity_title}}
 
{{entity_title}}

Latest revision as of 01:11, 28 January 2019

env_render
Type

point

Status

supported

 


Point entity which allows you to change render-mode, -fx, -amount and -color of another entity.

1 Keyvalues

Radius : armorvalue

Set the radius, in units, in which to search for the env_render's targets. Set this to 0 if you do not require the targets to be in a specific radius, but anywhere on the map.

2 Flags

1 : No render-fx

If set, the env_render won't change its targets render-fx.

2 : No render-amt

If set, the env_render won't change its targets render-amt.

4 : No render-mode

If set, the env_render won't change its targets render-mode.

8 : No render-color

If set, the env_render won't change its targets render-color.

16 : Auto apply

If set, the env_render will search for its target within the provided radius and apply the changes to every valid entity found, whenever it is found, regularly instead of only when triggered.