SelectAnimation
SelectAnimation

Selects all instances with the specified animation

bSuccess = myActive.SelectAnimation( Animation, Comparison, Allow_All )
bSuccess = myActive.SelectAnimation( Animation, Comparison )
bSuccess = myActive.SelectAnimation( Animation )

Return value
TRUE if objects selected successfully, otherwise FALSE.

Parameters
  • Animation
    The name of the animation to check
  • Comparison
    One of EQUAL or DIFFERENT
  • Allow_All
    Allows any object to be selected as opposed to only the currently selected (Same as calling SelectAll() before calling the function, but faster)
Comments

JAM selects all objects by default. The SelectXYZ functions will deselect all objects which do not match the given criteria.

See also
Active:SetAnimation
Active:GetAnimation
Active:SetAnimation [instance]
Active:GetAnimation [instance]



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