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

GetChatLineEx() private méthode

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