Env particlelight: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{base point|env_particlelight}} It can be used to light the smoke particles emitted by [[env_smokestack]] entities. Does not light any other particle types. | {{base point|env_particlelight}} | ||
==Entity description== | |||
It can be used to light the smoke particles emitted by [[env_smokestack]] entities. Does not light any other particle types. | |||
==Keyvalues== | ==Keyvalues== |
Revision as of 14:52, 7 May 2012
Entity description
It can be used to light the smoke particles emitted by env_smokestack entities. Does not light any other particle types.
Keyvalues
- Directional ([todo internal name (i)]) <choices>
- If this is specified, then this light will use the bump map on the particles. Each particle system can have one ambient and one directional light.
- 0 : No
- 1 : Yes
- Particle System Entity ([todo internal name (i)]) <string>
- Set this to the name of the env_smokestack that you want this light to affect.
Parentname:
- Parent (parentname) <targetname>
- Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
Inputs
Parentname:
- SetParent <string >
- Move with this entity. See Entity Hierarchy (parenting).
- SetParentAttachment <string >
- Change this entity to attach to a specific attachment point on its parent. The entity will teleport so that the position of its root bone matches that of the attachment. Entities must be parented before being sent this input.
- SetParentAttachmentMaintainOffset <string >
- As above, but without teleporting. The entity retains its position relative to the attachment at the time of the input being received.
- ClearParent
- Removes this entity from the the movement hierarchy, leaving it free to move independently.