Template:Ent not in game: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Add {{{in sdk}})
(Guess we're doing this anyway)
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{Metanotice
<includeonly><onlyinclude>{{Metanotice
| rgb    = 178, 34, 34
| rgb    = 178, 34, 34
| opacity = .2
| opacity = .2
Line 6: Line 6:
| 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>
| 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>
<small>This feature is not available anymore.</small>
}}</onlyinclude>[[Category:Notice templates|{{PAGENAME}}]]</noinclude>
}}</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.