SteamVR/Environments/Scripting/API/CBaseModelEntity.GetRenderAlpha: Difference between revisions
< SteamVR | Environments | Scripting | API
Jump to navigation
Jump to search
Thunder4ik (talk | contribs) m (clean up, added stub, uncategorised, deadend tags) |
|||
Line 1: | Line 1: | ||
{{Dead end|date=January 2024}} | |||
== Function Description == | == Function Description == | ||
''' void GetRenderAlpha( int ) ''' | ''' void GetRenderAlpha( int ) ''' | ||
''GetRenderAlpha( int ): Gets the FX amount (0 - 255) on entity.'' | ''GetRenderAlpha( int ): Gets the FX amount (0 - 255) on entity.'' | ||
;Example | ;Example | ||
Line 11: | Line 10: | ||
function CBaseModelEntity:GetRenderAlpha( int ) end | function CBaseModelEntity:GetRenderAlpha( 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 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