Paint sphere: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Some initial information, much more research is required)
m (Testing the new KV template)
Line 11: Line 11:
{{KV Targetname}}
{{KV Targetname}}
{{KV Origin}}
{{KV Origin}}
; radius <code><[[integer]]></code>
{{KV|radius|integer}}
: {{todo}}
{{KV|paint_type|choices}}
; paint_type <code><choices></code>
{{KV|alpha_percent|float}}
: {{todo}}
; alpha_percent <code><[[float]]></code>
: {{todo}}


==Inputs==
==Inputs==
{{I Targetname}}
{{I Targetname}}

Revision as of 12:32, 3 May 2011

Stub

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

Blue gel blobs being dispensed.

Template:Portal2 point

Entity Description

A gel blob

KeyValues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Origin:

Origin (X Y Z) (origin) <origin>
The position of this entity's center in the world. Rotating entities typically rotate around their origin.
radius ([todo internal name (i)]) <integer>
paint_type ([todo internal name (i)]) <choices>
alpha_percent ([todo internal name (i)]) <float>

Inputs