Skip to content

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

RSDK.CheckSceneFolder(const char *folderName);
Stage::CheckSceneFolder(const char *folderName);

Example

RSDK.CheckSceneFolder("Menu");
Stage::CheckSceneFolder("Menu");