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
.