CLuaParticle.SetStartAlpha

From GMod Wiki

Jump to: navigation, search
Function
Syntax CLuaParticle:SetStartAlpha( Number alpha )
Where is this used?
Description:
Sets the particle's beginning alpha.
Returns: nil
In Object: CLuaParticle
Part of Library: CLuaParticle
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=CLuaParticle.SetStartAlpha]CLuaParticle.SetStartAlpha [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionChanges the starting alpha of the particle.
Used onNewerShared.png
Code
CLuaParticle:SetStartAlpha( 255 )
OutputThe start of the particle will be visible.


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox