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

GetChatLine() private méthode

private GetChatLine ( int instanceID, short index, byte buffer, int &size ) : void
instanceID int
index short
buffer byte
size int
Résultat void
        private static extern void GetChatLine(int instanceID, short index, byte[] buffer, ref int size);
FFACE