timelinefx:timelinefx.tlEffect.GetEffect
Retrieve an effect from the directory of the effect
Use this to get an effect from the effect directory by passing the name of the effect you want. Example
local explosion:=MyEffectsLibrary.Geteffect("explosion")
All effects and emitters are stored using a directory like path structure so to get at sub effects you can do:
local explosion:=MyEffectsLibrary.Geteffect("Effect/Emitter/Sub Effect/Another Emitter/A deeper sub effect")
Note that you should always use forward slashes.
| Parameters |
|
name |
The name of the effect |