FFACETools.FFACE.GetChatLineEx C# (CSharp) Method

GetChatLineEx() private method

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