FFACETools.FFACE.GetChatLine C# (CSharp) Method

GetChatLine() private method

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