Point bonusmaps accessor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
Line 1: Line 1:
{{wrongtitle|title=point_bonusmaps_accessor}}
{{base point|point_bonusmaps_accessor}} It relays bonus maps changes. {{clarify}}
{{base_point}}


==Entity Description==
{{note|This entity is intended to be used in [[Portal]] only.}}
An [[entity]] that relays bonus maps changes. {{clarify}}


==Availability==
== Keyvalues ==
This point entity is exclusive to [[Portal]].
{{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}}


==Keyvalues==
== Inputs ==
* {{KV Targetname}}
{{IO|Unlock|Unlocks the filename/map combination.}}
* '''File Name'''
{{IO|Complete|Completes the filename/map combination.}}
: Link to a .BNS file with values for this map. Relative to mod's root directory.
{{IO|Save|Saves bonus map data.}}
* '''Map Name'''
{{I Targetname}}
: Script entry inside above bns file of the map. {{Note|This is '''NOT''' .bsp file name.}}


==Inputs==
== Outputs ==
* {{I Targetname}}
{{O Targetname}}
* {{I EnableDisable}}
* '''Complete'''
: Completes the filename/map combination.
* '''Save'''
: Saves bonus map data. {{clarify}}
* '''Unlock'''
: Unlocks the filename/map combination.
 
==Outputs==
* {{O Targetname}}

Revision as of 03:35, 28 July 2011

Template:Base point It relays bonus maps changes. [Clarify]

Note.pngNote:This entity is intended to be used in Portal only.

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.pngNote: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 or target).
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.


Outputs