SteamVR/Environments/Scripting/API/CBaseModelEntity.SetRenderAlpha: 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 SetRenderAlpha( int ) ''' | ''' void SetRenderAlpha( int ) ''' | ||
''SetRenderAlpha( int ): Sets the FX amount (0 - 255) on entity.'' | ''SetRenderAlpha( int ): Sets the FX amount (0 - 255) on entity.'' | ||
''0 = invisible, 255 = opaque'' | |||
;Example | ;Example | ||
Line 11: | Line 11: | ||
function CBaseModelEntity:SetRenderAlpha( int ) end | function CBaseModelEntity:SetRenderAlpha( int ) end | ||
</source> | </source> | ||
{{stub}} | |||
{{Uncategorized stub|date=January 2024}} |
Latest revision as of 10: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 SetRenderAlpha( int )
SetRenderAlpha( int ): Sets the FX amount (0 - 255) on entity. 0 = invisible, 255 = opaque
- Example
function CBaseModelEntity:SetRenderAlpha( int ) end

This article has not been added to any content
categories. Please help out by
adding categories.
January 2024


January 2024