FFACETools.FFACE.GetNPCHPP C# (CSharp) Method

GetNPCHPP() private method

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