-
Notifications
You must be signed in to change notification settings - Fork 13
Legacy: GetSDKVersion routine
Archie_UwU edited this page Nov 19, 2023
·
1 revision
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.
const char* GetSDKVersion();
This function has no parameters.
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).