CLuaParticle.SetStartAlpha
From GMod Wiki
| 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: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=CLuaParticle.SetStartAlpha]CLuaParticle.SetStartAlpha [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Changes the starting alpha of the particle. |
|---|---|
| Used on | |
| Code | CLuaParticle:SetStartAlpha( 255 ) |
| Output | The start of the particle will be visible. |