Version: 
Back to list
Scene :: findByName
Synopsis
   Returns all scene paths which name matches the given regular expression (ECMAScript)GUI Dialog
   
Script function
   scene.findByName(regex[, roots]) -> pathsParameters
   regex (Regex) : Regular expression (ECMAScript)
   roots (ScenePathList) [optional] : If specified, restrict the search from the given roots
Return value
   paths (ScenePathList) : Scene paths which matches the given regular expression