VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
provides utilities to make working with game enums (bitflags, specifically) a bit easier More...
Static Public Member Functions | |
static bool | HasSingleValue< T > (uint rawValue, T desiredFlag) |
note, does not work with multiple flag values More... | |
static bool | HasSingleValue< T > (ulong rawValue, T desiredFlag) |
note, does not work with multiple flag values More... | |
static List< T > | GetFlags< T > (uint rawValue, bool isShiftMask=true) |
static List< T > | GetFlagsUInt64< T > (ulong rawValue) |
provides utilities to make working with game enums (bitflags, specifically) a bit easier