enum

GB::DmgOps::FlagOp

Inherits Enum < Comparable < Value < Object

Constants

ZERO = 0
ONE = 1
UNCHANGED = 2
DEFAULT = 3

Instance methods

default?

Returns true if this enum value equals DEFAULT

Source
one?

Returns true if this enum value equals ONE

Source
unchanged?

Returns true if this enum value equals UNCHANGED

Source
zero?

Returns true if this enum value equals ZERO

Source