Info teleport destination: Difference between revisions
Jump to navigation
Jump to search
AcsitTrboc (talk | contribs) mNo edit summary |
m (revert) |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=info_teleport_destination}} | {{wrongtitle|title=info_teleport_destination}} | ||
== Entity description == | |||
==Entity | |||
[[Image:Info_player_start.png|25px|left]]An entity that does nothing itself, but can be used to specify the destination for a [[trigger_teleport]] entity. An [[info_target]] can be used instead. <code>[[point_teleport]]</code> may be a better option. | [[Image:Info_player_start.png|25px|left]]An entity that does nothing itself, but can be used to specify the destination for a [[trigger_teleport]] entity. An [[info_target]] can be used instead. <code>[[point_teleport]]</code> may be a better option. | ||
This entity is used in [[The Ship]] to define | This entity is used in [[The Ship]] to define origin of the brig/release room that the player can teleport to. | ||
== Keyvalues == | |||
*{{kv targetname}} | *{{kv targetname}} | ||
Line 17: | Line 13: | ||
*{{kv angles}} | *{{kv angles}} | ||
== Inputs == | |||
==Inputs== | |||
*{{i targetname}} | *{{i targetname}} | ||
*{{i parentname}} | *{{i parentname}} | ||
== Outputs == | |||
==Outputs== | |||
*{{o targetname}} | *{{o targetname}} | ||
[[Category:Entities]][[Category:Ship Entities]] | [[Category:Entities]] | ||
[[Category:Ship Entities]] |
Revision as of 04:42, 13 November 2007
Entity description
An entity that does nothing itself, but can be used to specify the destination for a trigger_teleport entity. An info_target can be used instead. point_teleport
may be a better option.
This entity is used in The Ship to define origin of the brig/release room that the player can teleport to.