func_guntarget (Half-Life) Last edited 16 years ago2008-04-26 14:57:16 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.

This article was converted from a previous version of TWHL and may need to be reviewed

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Brush Entity

This creates a moving target that stops and fires its target when shot. Basically a shootable func_train switch.

Attributes

[list]
[li]0 = Normal [li]FX Amount (renderamt)[/li]
[li]FX Color (rendercolor)[/li]
[li]Global Entity Name (globalname)[/li]
[li]ZHLT Lightflags (zhlt_lightflags)[/li]
[li]Light Origin Target (light_origin)[/li]
[li]Speed (speed) - Speed that the guntarget travels at in units per second.[/li]
[li]First Stop target (target) - The name of the first path_corner to follow.[/li]
[li]Fire on Damage (message) - When damaged, this event will be triggered.[/li]
[li]Damage to take (health) - The amount of damage that must be taken before halting movement and activating the target.[/li]
[li]Minimum light level (_minlight)[/li]
[/list]

Flags

Inputs

Outputs

*

Comments

You must log in to post a comment. You can login or register a new account.