GetGameDescription
Returns the game description from the mod.
native int GetGameDescription(char[] buffer, int maxlength, bool original = false)
Parameters
char[] buffer
Buffer to store the description.
int maxlength
Maximum size of the buffer.
bool original
If true, retrieves the original game description,
ignoring any potential hooks from plugins.
Return Value
int Number of bytes written to the buffer (UTF-8 safe).