SelectY
SelectY

Selects instances based on their current Y coordinate

bSuccess = myClass.SelectY( Value, Opperation, bAny )
bSuccess = myClass.SelectY( Value, Opperation )
bSuccess = myClass.SelectY( Value )

Return value
TRUE if the objects were selected successfully, otherwise FALSE.

Parameters
  • Value
    The Y coordinate to filter for
  • Operation
    The comparison operation to use, one of:
    • EQUAL
      Value must be equal to the given value
    • GREATER
      Value must be greater than the given value
    • LOWER
      Value must be lower than the given value
    • GREATEREQUAL
      Value must be greater than or equal to the given value
    • LOWEREQUAL
      Value must be lower than or equal to the given value
    • DIFFERENT
      Value must be different to the given value
  • bAny
    TRUE (default) to allow any object to be selected. FALSE to only allow objects which are already selected (de-selects objects which do not match the criteria)
See also
Class:SelectX



JAM © 2005 no one in particular
Project started by David Evans in 2005