FFACETools.FFACE.GetChatLineR C# (CSharp) 메소드

GetChatLineR() 개인적인 메소드

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