This article's documentation is for anything that uses the Source engine. Click here for more information.

func_illusionary

From Valve Developer Community
< Template:Archived Page History
Revision as of 20:46, 17 May 2024 by PeeBot (talk | contribs) (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Jump to navigation Jump to search
Flag-white.pngEnglish (en)
C++ Class hierarchy
CFuncIllusionary
CBaseEntity
C++ bmodels.cpp

func_illusionary is a brush entity available in all Source Source games. It's a brush entity that has no collision.

Originally added as a legacy entity from GoldSrc GoldSrc for backwards compatibility, Valve has also used it in Source games (such as Half-Life 2 Half-Life 2 or Counter-Strike: Global Offensive 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.pngTip:If you want non-solid brush without wasting an edict use %CompileNonSolid materials on an func_detail instead.
Icon-Important.pngImportant:This is a preserved entity in Counter-Strike: SourceHalf-Life 2: DeathmatchDay of Defeat: SourceTeam Fortress 2Left 4 DeadPortal 2Counter-Strike: Global Offensive.
If the game has round restart mechanics this entity may not behave as expected:
More info
  • On a new round entities with this classname will intentionally not reset. You can use logic_auto to emulate resetting it.
  • Killing it removes it forever, as it is not respawned on a new round.
  • It cannot be spawned with a point_template.
  • Parenting this with non-preserved entities may have undesirable effects.

Keyvalues

Red x.png
This template (and its redirect) is Wikipedia icon 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.pngNote:Archived page history
Icon-Important.pngImportant:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.

Template:KV BaseBrush

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

See also