UnSetFlags

From Eternity Wiki
Revision as of 06:30, 20 February 2010 by Printz (talk | contribs) (→‎Parameter Information: typo)
Jump to navigationJump to search

UnSetFlags(flag_field, flags)

Parameter Information

  • Args1 (flag_field) = Select Bits Field (no default)
    • 0 = Any of the flags can be manipulated
    • 1 = Restrict to flags1
    • 2 = Restrict to flags2
    • 3 = Restrict to flags3
    • 4 = Restrict to flags4
  • Args2 (flags) = Value to Inverse-Logical-AND with selected Bits field (default of 0 = 0)

Purpose and usage

Removes the flags set in Args2 to the object's Bits field selected by Args1. This "turns on" effects controlled by those bits. Any flag may be edited by this codepointer.

See Thing type flags for a list of available flags.

See also: SetFlags