CLuaParticle.SetEndAlpha

From GMod Wiki

Jump to: navigation, search
Function
Syntax CLuaParticle:SetEndAlpha( Number )
Description:
Sets the ending alpha of the particle
Returns: nil
In Object: Cluaparticle
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=CLuaParticle.SetEndAlpha]CLuaParticle.SetEndAlpha [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionChanges the ending alpha of the particle.
Used onNewerShared.png
Code
CLuaParticle:SetEndAlpha( 255 )
OutputWill cause it to not fade out.


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox