unique FX

What is the difference between unique FX and non-unique FX and how to make full use of them
Besides, if I want to get the FXs now is working, how do I query them in orx
thank you

Comments

  • edited May 2011
    AddFX() will add the FX if it can find an empty slot.

    AddUniqueFX() will only add the FX if there's not already an identical one (ie. with the same name) on the object/FXPointer.
Sign In or Register to comment.