Func wall: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
m (Robot: fixing template case.) |
||
Line 16: | Line 16: | ||
* {{i targetname}} | * {{i targetname}} | ||
* {{I RenderFields}} | * {{I RenderFields}} | ||
* {{ | * {{I Shadow}} | ||
== Outputs == | == Outputs == | ||
* {{o targetname}} | * {{o targetname}} |
Revision as of 19:33, 19 January 2009
Template:Wrongtitle Legacy support only. Use func_brush instead.
Entity description
Obsolete entity from Half-Life provided for backwards compatibility. Has been replaced by the func_detail entity and the func_brush entity with its Solidity property set to Always Solid.
Keyvalues
- <integer> The minimum level of ambient light that hits this brush.
Inputs
- Template:I targetname
- RenderFields:
- Alpha <integer 0–255>
- Sets the entity's transparency to a number from 0 (invisible) to 255 (fully visible). Requires the entity to have its
rendermode
set to a number other than0
.
- Color <color255 >
- Sets an RGB color for the entity.
- Shadow:
- DisableShadow
- Turn dynamic shadows off for this entity. Identical to applying EF_NOSHADOW.
- EnableShadow
- Turn dynamic shadows on for this entity.
- DisableReceivingFlashlight (in all games since
)
- This object will not receive light or shadows from projected textures.
- EnableReceivingFlashlight (in all games since
)
- This object may receive light or shadows from projected textures.