SteamVR/Environments/Scripting/API/CBaseModelEntity.SetRenderAlpha: Difference between revisions

From Valve Developer Community
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...")
 
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

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
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


Stub

This article or section is a stub. You can help by expanding it.

Wikipedia - Letter.png
This article has not been added to any content Wikipedia icon categories. Please help out by Wikipedia icon adding categories.
January 2024