![]() |
Twilight Princess
Remastered version of the GameCube game
|
This is the complete list of members for BitUtility, including all inherited members.
DecodeBit(this byte value, int firstBit, int numBits) | BitUtility | static |
DecodeBit(this ushort value, int firstBit, int numBits) | BitUtility | static |
DecodeBit(this uint value, int firstBit, int numBits) | BitUtility | static |
EncodeBit(this byte self, byte value, int firstBit, int bits) | BitUtility | static |
EncodeBit(this ushort self, ushort value, int firstBit, int bits) | BitUtility | static |
EncodeBit(this uint self, int value, int firstBit, int bits) | BitUtility | static |
EncodeBit(this uint self, uint value, int firstBit, int bits) | BitUtility | static |
HasBit(uint self, int index) | BitUtility | static |
SetBit(uint flags, int val, bool set) | BitUtility | static |