RemoveFlags: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer|description=MBF21 codepointer to remove flags from actor. |usage='''A_RemoveFlags'''(''standard_flags'', ''mbf21_flags'') |parameters= *''standard_flags'': vanilla DOOM '''flags''' (not '''flags2''' etc.) to remove from actor *''mbf21_flags'': sum of MBF21 flags to remove. |notes=This codepointer comes from MBF21 and is inferior to Eternity's UnSetFlags. Use that one instead. |seealso= *JumpIfFlagsSet *SetFlags *UnSetFlags}}") |
(No difference)
|
Latest revision as of 15:44, 23 October 2024
Description
MBF21 codepointer to remove flags from actor.
Usage
A_RemoveFlags(standard_flags, mbf21_flags)
Parameters
- standard_flags: vanilla DOOM flags (not flags2 etc.) to remove from actor
- mbf21_flags: sum of MBF21 flags to remove.
Examples
No examples given.
Notes
This codepointer comes from MBF21 and is inferior to Eternity's UnSetFlags. Use that one instead.