RSDKv5 CheckSceneFolder¶ Description¶ Reads the name of the current stage's folder. Parameters¶ folderName The string to match. Return Value¶ Returns true as a bool32 if the current folder's name matches folderName; otherwise, returns false. Syntax¶ CC++ RSDK.CheckSceneFolder(const char *folderName); Stage::CheckSceneFolder(const char *folderName); Example¶ CC++ RSDK.CheckSceneFolder("Menu"); Stage::CheckSceneFolder("Menu");