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

GetNPCTP() private méthode

private GetNPCTP ( int instanceID, int npcID ) : short
instanceID int
npcID int
Résultat short
        private static extern short GetNPCTP(int instanceID, int npcID);
FFACE