Legacy: GetSDKVersion routine - AurieFramework/YYToolkit GitHub Wiki
You are reading the documentation of YYToolkit Legacy (v2.x.x) - for documentation on current-gen YYTK, see the Homepage.
Returns the version identifier of the Core YYToolkit module as a string.
Syntax
const char* GetSDKVersion();
Parameters
This function has no parameters.
Return Value
The function returns the version string that is printed into the console on inject.
This is typically something along the lines of "0.1", or "0.0.7-rc3".
You can use this to check if the core module is compiled for your specific plugin version (by strcmp()ing against the YYSDK_VERSION string defined in SDK.hpp).