Master: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
An entity with a master cannot be triggered until the master is triggered. Only [[multisource]] can be used as a master.
An entity with a master cannot be triggered until the master is triggered.  
* In {{goldsrc}}, {{ent|multisource|engine=goldsrc}} or {{ent|game_team_master|engine=goldsrc}} can be used as a master.
* In {{Source}}, {{ent|multisource}} is the only vanilla entity which can be used as a master.
 
== See also ==
* [[ObjectCaps]] - in code entity being able to be a master is determined by flag FCAP_MASTER


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:GoldSrc Glossary]]
[[Category:GoldSrc Glossary]]

Latest revision as of 06:22, 30 May 2025

Stub

This article or section is a stub. You can help by expanding it.

An entity with a master cannot be triggered until the master is triggered.

See also

  • ObjectCaps - in code entity being able to be a master is determined by flag FCAP_MASTER