Template:I RenderFields: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
No edit summary
Line 1: Line 1:
{{ScrollBox|title=RenderFields|
{{minititle|RenderFields}}
{{IO|Alpha|Set the sprite's alpha (0 - 255).|param=integer}}
{{IO|Alpha|param=int|Sets the entity's transparency to a number from 0 (invisible) to 255 (fully visible). Requires the entity to have its '''[[Render Mode]] (rendermode)''' set to a number other than <code>0</code>.}}
{{IO|Color|Set the sprite's color (R G B).|param=color255}}
{{IO|Color|param=color255|Sets an RGB color for the entity.}}<noinclude>
}}<noinclude>
[[Category:Input Templates|RenderFields]]
[[Category:Input Templates|RenderFields]]
</noinclude>
</noinclude>

Revision as of 02:16, 22 September 2018

RenderFields:

Alpha <integer>
Sets the entity's transparency to a number from 0 (invisible) to 255 (fully visible). Requires the entity to have its Render Mode (rendermode) set to a number other than 0.
Color <color255>
Sets an RGB color for the entity.