SteamVR/Environments/Scripting/API/CBaseModelEntity.GetRenderAlpha: Difference between revisions
< SteamVR | Environments | Scripting | API
Jump to navigation
Jump to search
(Created page with "== Function Description == ''' void SetRenderAlpha( int ) ''' ''SetRenderAlpha( int ): Sets the FX amount (0 - 255) on entity.'' ;Example <source lang="lua"> function CBa...") |
|||
Line 2: | Line 2: | ||
''' void | ''' void GetRenderAlpha( int ) ''' | ||
'' | ''GetRenderAlpha( int ): Gets the FX amount (0 - 255) on entity.'' | ||
;Example | ;Example | ||
<source lang="lua"> | <source lang="lua"> | ||
function CBaseModelEntity: | function CBaseModelEntity:GetRenderAlpha( int ) end | ||
</source> | </source> |
Revision as of 07:58, 28 May 2020
Function Description
void GetRenderAlpha( int )
GetRenderAlpha( int ): Gets the FX amount (0 - 255) on entity.
- Example
function CBaseModelEntity:GetRenderAlpha( int ) end