Template:Ent not in game: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Guess we're doing this anyway)
Tag: Manual revert
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{messagebox
<includeonly><onlyinclude>{{Metanotice
|text = This entity is not in the game by default, but got left over in the FGD.
| rgb    = 178, 34, 34
|small = This feature is not available anymore.
| opacity = .2
}}<noinclude>[[Category:Notice templates|{{PAGENAME}}]]</noinclude>
| bdcolor = #B22222;
| id      = [[File:Info-red.png|32px|link=]]
| text = This entity is [[dump_entity_sizes|'''not''' in the game]] by default, but {{#if:{{{in sdk|}}}|still has '''code available for it in the SDK'''|got '''left over in the [[FGD]]'''}}.<br>
<small>This feature is not available anymore.</small>
}}</onlyinclude></includeonly>
 
{{code|<nowiki>{{ent not in game}}</nowiki>}}, for entities in the [[FGD]] that don't exist in the game.
{{ent not in game}}
 
 
{{code|<nowiki>{{ent not in game|in sdk=1}}</nowiki>}}, for entities in the SDK that don't exist in the compiled game.
{{ent not in game|in sdk=1}}
 
[[Category:Notice templates|{{PAGENAME}}]]

Latest revision as of 06:30, 15 May 2025


{{ent not in game}}, for entities in the FGD that don't exist in the game.

Info-red.png
This entity is not in the game by default, but got left over in the FGD.
This feature is not available anymore.


{{ent not in game|in sdk=1}}, for entities in the SDK that don't exist in the compiled game.

Info-red.png
This entity is not in the game by default, but still has code available for it in the SDK.
This feature is not available anymore.