Point bugbait: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
(stub)
Line 1: Line 1:
{{wrongtitle|title=point_bugbait}}
{{wrongtitle|title=point_bugbait}}
{{stub}}
{{hl2 point|point_bugbait}}


==Entity Description==
==Entity Description==
Line 30: Line 32:
* '''OnBaited'''
* '''OnBaited'''
: Fires when bugbait lands within a radius of the sensor. {{activator|bugbait thrower}}
: Fires when bugbait lands within a radius of the sensor. {{activator|bugbait thrower}}
[[Category:Entities]]

Revision as of 07:52, 12 September 2011

Template:Wrongtitle

Stub

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

Template:Hl2 point

Entity Description

Bugbait sensor point

Availability

Template:In game Template:Game Template:In code

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

  • Enabled
<boolean> Start Enabled
  • radius
<float> Sensor Radius

Flags

  • 1 : Do not call antlions to position
  • 2 : Don't activate on thrown bugbait splashes
  • 4 : Don't activate on squeezed bugbait

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.
  • Toggle
Toggle this entity

Outputs

  • OnBaited
Fires when bugbait lands within a radius of the sensor. (!activator is the bugbait thrower)