Func illusionary: Difference between revisions
Jump to navigation
Jump to search

Tip:If you want non-solid brush without wasting an edict use %CompileNonSolid materials on an func_detail instead.
Warning:This entity will set its angles to 0 0 0 upon spawning. This means that func_illusionaries inside of instances will be broken! Use func_brush instead which does not have this problem. (this issue is not present in
)
Important:This is a preserved entity in 





.
If the game has round restart mechanics this entity may not behave as expected:
Note:For Keyvalues and Inputs affecting brush rendering, see Brush entity/Rendering related keyvalues and inputs
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Originally added as a legacy entity from {{Gldsrc|4}} for backwards compatibility, Valve has also used it in Source games (such as {{hl2|2}} or {{csgo|2}}) as a non-solid brush. {{ent|func_brush}} with its <tt>Solidity</tt> property set to ''Never Solid'' will act the same, except it allows more options to be modified. This entity can be used for simplicity if less functionality is needed, as it is always non-solid. | Originally added as a legacy entity from {{Gldsrc|4}} for backwards compatibility, Valve has also used it in Source games (such as {{hl2|2}} or {{csgo|2}}) as a non-solid brush. {{ent|func_brush}} with its <tt>Solidity</tt> property set to ''Never Solid'' will act the same, except it allows more options to be modified. This entity can be used for simplicity if less functionality is needed, as it is always non-solid. | ||
{{tip|If you want non-solid brush without wasting an [[edict]] use [[%CompileNonSolid]] materials on an {{ent|func_detail}} instead.}} | {{tip|If you want non-solid brush without wasting an [[edict]] use [[%CompileNonSolid]] materials on an {{ent|func_detail}} instead.}} | ||
{{warning|This entity will set its angles to 0 0 0 upon spawning. This means that func_illusionaries inside of [[instance]]s will be broken! Use [[func_brush]] instead which does not have this problem. | {{warning|This entity will set its angles to 0 0 0 upon spawning. This means that func_illusionaries inside of [[instance]]s will be broken! Use [[func_brush]] instead which does not have this problem. (this issue is not present in {{l4d2}})}} | ||
{{PreservedEnt|func_illusionary}} | {{PreservedEnt|func_illusionary}} | ||
Revision as of 02:45, 14 September 2024


![]() |
---|
CFuncIllusionary |
![]() |
func_illusionary
is a brush entity available in all Source games. It's a brush entity that has no collision.
Originally added as a legacy entity from GoldSrc for backwards compatibility, Valve has also used it in Source games (such as
Half-Life 2 or
Counter-Strike: Global Offensive) as a non-solid brush. func_brush with its Solidity property set to Never Solid will act the same, except it allows more options to be modified. This entity can be used for simplicity if less functionality is needed, as it is always non-solid.











If the game has round restart mechanics this entity may not behave as expected:
|
