User:Dr. Orange/Sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Testing HL1 targetname template.)
(Testing Hl1 Rendermode template.)
Line 1: Line 1:
; Name <code><[[target_source]]></code>
; Render Mode <code><choices></code>
: The [[targetname]] that other entities refer to this entity by.
: [[Rendermode]] to use.
; Target <code><[[target_destination]]></code>
:* 0: "Normal"
: The [[targetname]] of an entity this entity will trigger when activated.
:* 1: "Color"
:* 2: "Texture"
:* 3: "Glow"
:* 4: "Solid"
:* 5: "Additive"
; FX Amount (1-255) <code><integer></code>
: Controls transparency when using another render mode then normal. 0 is completely invisible, and 255 is opaque.
; FX Color (R G B) <code><[[color255]]></code>
: Color to use by the specified render mode.

Revision as of 11:06, 31 March 2015

Render Mode <choices>
Rendermode to use.
  • 0: "Normal"
  • 1: "Color"
  • 2: "Texture"
  • 3: "Glow"
  • 4: "Solid"
  • 5: "Additive"
FX Amount (1-255) <integer>
Controls transparency when using another render mode then normal. 0 is completely invisible, and 255 is opaque.
FX Color (R G B) <color255>
Color to use by the specified render mode.