Game intro viewpoint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(added notes pulled from fgd)
Line 3: Line 3:


== Entity Description ==
== Entity Description ==
Marks a camera location for [[Team Fortress 2]] players.
This marks a viewpoint in the intro camera for [[Team Fortress 2]] players.


== Availability ==
== Availability ==
This point-based [[entity]] is exclusive to Team Fortress 2.
This point-based [[entity]] is exclusive to Team Fortress 2.
== Notes ==
* TeamNum(choices) : "Team" : 0 : "Team" =
** 0 : "None (Shared)"
** 2 : "Red"
** 3 : "Blue"
* step_number(integer) : "Step Number. Intro starts at 1." : 1
* time_delay(float) : "Time to spend here." : 12
* hint_message(string) : "Hint Message here."
* event_to_fire(string) : "Game Event To Fire"
* event_delay(float) : "Game Event fire delay" : 3
* event_data_int(integer) : "Game Event data" : 0
* fov(float) : "FOV" : 0


[[Category:Team Fortress 2 Entities]]
[[Category:Team Fortress 2 Entities]]

Revision as of 01:44, 17 April 2009

Stub

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

Template:Wrongtitle

Entity Description

This marks a viewpoint in the intro camera for Team Fortress 2 players.

Availability

This point-based entity is exclusive to Team Fortress 2.

Notes

  • TeamNum(choices) : "Team" : 0 : "Team" =
    • 0 : "None (Shared)"
    • 2 : "Red"
    • 3 : "Blue"
  • step_number(integer) : "Step Number. Intro starts at 1." : 1
  • time_delay(float) : "Time to spend here." : 12
  • hint_message(string) : "Hint Message here."
  • event_to_fire(string) : "Game Event To Fire"
  • event_delay(float) : "Game Event fire delay" : 3
  • event_data_int(integer) : "Game Event data" : 0
  • fov(float) : "FOV" : 0