Talk:Htflags

From EDukeWiki
Revision as of 11:25, 31 January 2016 by Jwaffe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Need confirmation if only flags with a "Provided CON Label" can be modified per actor within actor and event code?

Hi TheMechanic,

That's correct, only the flags with a CON label can be modified in CON. The other flags are not parsed, some of these flags are implied by how your actor is defined, and some of these flags are just set and reset temporarily by Eduke32.

For example SFLAG_SHADOW is parsed in gamedef.c/C_ParseCommand but SFLAG_DECAL is not there.

Just wondering, what flag(s) were you looking to modify in your CON code?

-jwaffe