Point bonusmaps accessor: Difference between revisions
Jump to navigation
Jump to search
Note:This entity is intended to be used in Portal only.
(Cleanup) |
|||
Line 1: | Line 1: | ||
{{ | {{base point|point_bonusmaps_accessor}} It relays bonus maps changes. {{clarify}} | ||
{{ | |||
{{note|This entity is intended to be used in [[Portal]] only.}} | |||
== | == Keyvalues == | ||
This | {{KV|File Name|string|Link to a .BNS file with values for this map. Relative to mod's root directory.}} | ||
{{KV|Map Name|string|Script entry inside above bns file of the map. {{Note|This is '''NOT''' .bsp file name.}}}} | |||
{{KV Targetname}} | |||
== | == Inputs == | ||
{{IO|Unlock|Unlocks the filename/map combination.}} | |||
{{IO|Complete|Completes the filename/map combination.}} | |||
{{IO|Save|Saves bonus map data.}} | |||
{{I Targetname}} | |||
== Outputs == | |||
{{O Targetname}} | |||
==Outputs== | |||
Revision as of 03:35, 28 July 2011
Template:Base point It relays bonus maps changes. [Clarify]

Keyvalues
- File Name ([todo internal name (i)]) <string>
- Link to a .BNS file with values for this map. Relative to mod's root directory.
- Map Name ([todo internal name (i)]) <string>
- Script entry inside above bns file of the map.
Note:This is NOT .bsp file name.
- 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
- Unlock
- Unlocks the filename/map combination.
- Complete
- Completes the filename/map combination.
- Save
- Saves bonus map data.