Paint sphere: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Re-arranged some fields)
mNo edit summary
Line 3: Line 3:
{{stub}}
{{stub}}
   
   
{{portal2 point|paint_sphere}}
{{portal2 point|paint_sphere}} It paints brush entities inside the sphere.
 
==Entity description==
Paint brush entities inside the sphere


==Keyvalues==
==Keyvalues==

Revision as of 06:53, 31 July 2011

Blue gel blobs being dispensed.

Stub

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

Template:Portal2 point It paints brush entities inside the sphere.

Keyvalues

Paint Type ([todo internal name (i)]) <choices>
The type of paint.
  • 0 : Bounce
  • 2 : Speed
  • 3 : Portal
  • 4 : Erase
Radius ([todo internal name (i)]) <float>
Radius of paint sphere
Alpha Percent ([todo internal name (i)]) <float>
Alpha percent to control the density of paint, the value must be between 0 to 1
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

Inputs

Paint
Apply paint with specified paint type inside the paint sphere


Outputs