SelectAlterableValue
SelectAlterableValue

Selects instances based on their alterable values

bSuccess = myClass.SelectAlterableValue( Key, Value, Opperation, bAny )
bSuccess = myClass.SelectAlterableValue( Key, Value, Opperation )
bSuccess = myClass.SelectAlterableValue( Key, Value )

Return value
TRUE if the selection was successful, otherwise FALSE.

Parameters
  • Key
    The key to check
  • Value
    The value 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:SetAlterableValue
Class:AddToAlterableValue
Class:GetAlterableValue



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