AnimpostfxPlay
DocsAnimpostfxPlay(effectName, duration, looped)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)
Parameters
| Name | Type | Description |
|---|---|---|
effectName | char* | — |
duration | int | — |
looped | BOOL | — |
Returns
voidThis native does not return a value.