Point changelevel: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{portal2 point|point_changelevel}} ==Entity description== Level Change Entity. ==Keyvalues== {{KV Targetname}} ==Inputs== {{I Targetname}} {{IO|ChangeLevel|Changes the level …') |
m (Re-arranged some fields) |
||
Line 8: | Line 8: | ||
==Inputs== | ==Inputs== | ||
{{IO|ChangeLevel|Changes the level to the map name supplied as a parameter.|param=string}} | |||
{{I Targetname}} | {{I Targetname}} | ||
==Outputs== | ==Outputs== | ||
{{IO|OnChangeLevel|Fired when the level is about to change.}} | |||
{{O Targetname}} | {{O Targetname}} | ||
Revision as of 01:28, 13 May 2011
Entity description
Level Change Entity.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- ChangeLevel <string >
- Changes the level to the map name supplied as a parameter.
Outputs
- OnChangeLevel
- Fired when the level is about to change.