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

GetChatLineR() private méthode

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