enum

Rosegold::Hand

Inherits Enum / Comparable / Value / Object

Constants

MainHand = 0
OffHand = 1

Instance methods

main_hand?

Returns true if this enum value equals MainHand

Source
off_hand?

Returns true if this enum value equals OffHand

Source