| Property | Value |
|---|---|
| Native Name | ANIMPOSTFX_PLAY |
| Hash | 0x2206BF9A37B7F724 |
| Return Type | void |
| Parameters | effectName (char*), duration (int), looped (BOOL) |
Description: ``` duration - is how long to play the effect for in milliseconds. If 0, it plays the default length if loop is true, the effect won't stop until you call ANIMPOSTFX_STOP on it. (only loopable effects)