Env shooter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (doxygen)
m (→‎Keyvalues: ep1 add)
Line 10: Line 10:
==Keyvalues==
==Keyvalues==
*{{kv gibshooterbase}}
*{{kv gibshooterbase}}
* '''{{ep1 add|nogibshadows}}'''
: {{boolean}} If set, shadows from gibs are disabled
* '''{{ep1 add|gibgravityscale}}'''
: <float> Gib gravity scale"
: ONLY WORKS FOR POINT GIBS. This field allows you to scale gravity so that gibs fall faster, slower, or not at all."


==Flags==
==Flags==

Revision as of 15:29, 5 August 2006

Template:Wrongtitle

Entity Description

Env shooter.png

An entity that shoots gibs out of its origin. These gibs can be either models or sprites.

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

<boolean> If set, shadows from gibs are disabled
<float> Gib gravity scale"
ONLY WORKS FOR POINT GIBS. This field allows you to scale gravity so that gibs fall faster, slower, or not at all."

Flags

Inputs

  • GibShooter:
Shoot
Force the gibshooter to create and shoot a gib.

Outputs