Version: 
Back to list

Scene :: findByProperty

Synopsis

   Returns all occurrences which a property value matches the given regular expression (ECMAScript)

GUI Dialog

   

Script function

   scene.findByProperty(property, regex[, roots]) -> occurrences

Parameters

   property (String) : Property name
   regex (Regex) : Regular expression (ECMAScript)
   roots (OccurrenceList[optional] : If specified, restrict the search from the given roots

Return value

   occurrences (OccurrenceList) : Occurrences which matches the given regular expression