FFACETools.FFACE.GetNPCBit C# (CSharp) Méthode

GetNPCBit() private méthode

private GetNPCBit ( int instanceID, int npcID ) : byte
instanceID int
npcID int
Résultat byte
        private static extern byte GetNPCBit(int instanceID, int npcID);
FFACE