VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Helpers.FlagEnumHelper Class Reference

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)
 

Detailed Description

provides utilities to make working with game enums (bitflags, specifically) a bit easier


The documentation for this class was generated from the following file: