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.
Tip:If you want non-solid brush without wasting an edict use %CompileNonSolid materials on an func_detail instead. 
 Important:This is a preserved entity in
Important:This is a preserved entity in 





 .
.
If the game has round restart mechanics this entity may not behave as expected:
 
 Note:Archived page history
Note:Archived page history
 Important:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.
Important:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.
		
	
| SirYodaJedi (talk | contribs) mNo edit summary |  (badly moved multipage rest of page history at Archived Page History/Func illusionary/en) | ||
| Line 1: | Line 1: | ||
| {{ | {{LanguageBar}} | ||
| {{CD|CFuncIllusionary|file1=bmodels.cpp}} | |||
| {{this is a|brush entity|name=func_illusionary}} It's a brush entity that has no collision. | |||
| 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.}}  | |||
| {{PreservedEnt|func_illusionary}} | |||
| == Keyvalues == | |||
| {{KV visiblebrush}} | |||
| {{KV BaseBrush}} | |||
| == Inputs == | |||
| {{I visiblebrush}} | |||
| ==See also== | |||
| * {{ent|func_brush}} | |||
Revision as of 05:44, 14 July 2024

 
|  Class hierarchy | 
|---|
| CFuncIllusionary | 
|  bmodels.cpp | 
func_illusionary  is a   brush entity  available in all  Source games. It's a brush entity that has no collision.
 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
 GoldSrc for backwards compatibility, Valve has also used it in Source games (such as  Half-Life 2 or
 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.
 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.
 Tip:If you want non-solid brush without wasting an edict use %CompileNonSolid materials on an func_detail instead.
Tip:If you want non-solid brush without wasting an edict use %CompileNonSolid materials on an func_detail instead. Important:This is a preserved entity in
Important:This is a preserved entity in 





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

This template (and its redirect) is  Deprecated. Its use is not recommended and its functionality may be compromised.
 Deprecated. Its use is not recommended and its functionality may be compromised.
Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
 Deprecated. Its use is not recommended and its functionality may be compromised.
 Deprecated. Its use is not recommended and its functionality may be compromised.Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.
 Note:Archived page history
Note:Archived page history Important:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.
Important:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.Inputs
- SetDamageFilter <targetname>
- Sets a filter for this entity for when it receives damage.
- EnableDamageForces
- Allows the entity to be pushed by damage done to it (usually force amount correlates with the damage done).
- DisableDamageForces
- Prevents the entity from being pushed by damage done to it.
Todo: move/mention at proper place
























