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...") |
Thunder4ik (talk | contribs) m (clean up, added stub, uncategorised, deadend tags) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Dead end|date=January 2024}} | |||
== Function Description == | == Function Description == | ||
''' 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> | ||
{{stub}} | |||
{{Uncategorized stub|date=January 2024}} | |||
Latest revision as of 09:14, 21 January 2024
This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024
January 2024
Function Description
void GetRenderAlpha( int )
GetRenderAlpha( int ): Gets the FX amount (0 - 255) on entity.
- Example
function CBaseModelEntity:GetRenderAlpha( int ) end
This article has not been added to any content
categories. Please help out by
adding categories.
January 2024
January 2024