FFACETools.FFACE.GetNPCBit C# (CSharp) Method

GetNPCBit() private method

private GetNPCBit ( int instanceID, int npcID ) : byte
instanceID int
npcID int
return byte
        private static extern byte GetNPCBit(int instanceID, int npcID);
FFACE