Info landmark: Difference between revisions
Jump to navigation
Jump to search
m (→Availability: class&file) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=info_landmark}} | {{wrongtitle|title=info_landmark}} | ||
{{base_point}} | |||
==Entity Description== | ==Entity Description== | ||
[[Image:{{PAGENAME}}.png|left]]An entity that acts as a landmark for transitions to another level. There should be a corresponding '''info_landmark''' entity in the next map. Entities will be transitioned to the next level relative to the info_landmark entities.{{clr}} | [[Image:{{PAGENAME}}.png|left]]An entity that acts as a landmark for transitions to another level. There should be a corresponding '''info_landmark''' entity in the next map. Entities will be transitioned to the next level relative to the info_landmark entities.{{clr}} | ||
* See also [[trigger_changelevel]] | |||
{{in code|class=class_c_point_entity.html CPointEntity|file=subs_8cpp-source.html subs.cpp}} | {{in code|class=class_c_point_entity.html CPointEntity|file=subs_8cpp-source.html subs.cpp}} | ||
Line 16: | Line 17: | ||
==Outputs== | ==Outputs== | ||
*{{o targetname}} | *{{o targetname}} | ||
Revision as of 12:41, 12 April 2008
Template:Wrongtitle Template:Base point
Entity Description
An entity that acts as a landmark for transitions to another level. There should be a corresponding info_landmark entity in the next map. Entities will be transitioned to the next level relative to the info_landmark entities.
- See also trigger_changelevel