SteamVR/Environments/Scripting/API/CBaseModelEntity.GetRenderAlpha

From Valve Developer Community
< SteamVR‎ | Environments‎ | Scripting‎ | API
Revision as of 17:03, 27 May 2020 by Howser (talk | contribs) (Created page with "== Function Description == ''' void SetRenderAlpha( int ) ''' ''SetRenderAlpha( int ): Sets the FX amount (0 - 255) on entity.'' ;Example <source lang="lua"> function CBa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function Description

void SetRenderAlpha( int )

SetRenderAlpha( int ): Sets the FX amount (0 - 255) on entity.


Example
function CBaseModelEntity:SetRenderAlpha( int ) end