RemoveFlags

From Eternity Wiki
Jump to navigationJump to search

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.

See also