This article's documentation is for the "GoldSrc" engine. Click here for more information.

$flags (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{this is a|QC command|name=$flags|engine=goldsrc}} It defines a 32-bit set of [[MDL_(GoldSrc)#Model_flags|flags]], which are used for various effects, mostly left over from Quake.
{{this is a|QC command|name=$flags|engine=goldsrc}} It defines a 32-bit set of [[flag]]s, which are used for [[MDL_(GoldSrc)#Model_flags|various effects]], mostly left over from Quake.


[[Category:QC commands|flags]]
[[Category:QC commands|flags]]

Revision as of 17:20, 1 February 2025

$flags is a QC command available in all GoldSrc GoldSrc games.

Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{goldsrc}} template. This can most likely be fixed by setting the value of the {{{engine}}} parameter to GoldSrc.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

It defines a 32-bit set of flags, which are used for various effects, mostly left over from Quake.