RibbonEffectWidth()
Syntax
RibbonEffectWidth(#Effect, ChainIndex, Width, FadeoutWidth)Description
Changed the ribbon chain width.
Parameters
#Effect The effect to use. This effect has to be created with CreateRibbonEffect(). ChainIndex The index of the chain to change the width. The first index starts from zero. This index number must be lower than the number of chains created with CreateRibbonEffect(). Width The new width of the chain, in world unit. FadeoutWidth The fadeout width per second. Every second, the width of the ribbon chain will be decreased by this value up to be zero.
Return value
None.
See Also
CreateRibbonEffect()
Supported OS
All