Multi manager (Half-Life: Source): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{{TabsBar|main=hls|base=multi_manager}}
{{TabsBar|main=hls|base=multi_manager}}
{{obsolete|entity=1|replacement={{ent|logic_relay}}}}
{{obsolete|entity=1|replacement={{ent|logic_relay}}}}
{{this is a|point entity|name=multi_manager|engine=Source|sprite=1|game=Half-Life: Source}}
{{this is a|point entity|name=multi_manager|sprite=1|game=Half-Life: Source}}
Deprecated entity from {{GoldSrc|2}}, replaced by {{ent|logic_relay}} in {{src|4}}.
Deprecated entity from {{GoldSrc|2}}, replaced by {{ent|logic_relay}} in {{src|4}}.
{{modernImportant|This entity counts as an [[edict]]; use [[logic_relay]] instead.}}  
{{modernImportant|This entity counts as an [[edict]]; use [[logic_relay]] instead.}}  

Revision as of 07:31, 7 September 2024

English (en)Translate (Translate)
C++ Class hierarchy
CMultiManager
CPointEntity
CBaseEntity
C++ hl1/hl1_ents.cpp
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
It has since been deprecated by: logic_relay.
Multi manager.png

multi_manager is a point entity available in Half-Life: Source Half-Life: Source.

Deprecated entity from GoldSrc GoldSrc, replaced by logic_relay in Source Source.

Icon-Important.pngImportant:This entity counts as an edict; use logic_relay instead.

Key Values

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Wait (wait) <float> Obsolete
Deprecated.
Unused.

Inputs

Trigger <void>
Fire this entity's outputs.

Outputs

OnTrigger <void>
Fired when this entity receives the Trigger input.

See Also