This article's documentation is for anything that uses the Source engine. Click here for more information.

Point bonusmaps accessor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Replacing {{base point}} with {{this is a}}. This operation was performed by a bot.)
(Internal names for KVs)
Line 2: Line 2:


== Keyvalues ==
== Keyvalues ==
{{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}}
{{KV Targetname}}
{{KV|File Name|intn=filename|string|Link to a .BNS file with values for this map. Relative to mod's root directory.}}
{{KV|Map Name|intn=mapname|string|Script entry inside above bns file of the map. {{Note|This is '''NOT''' .bsp file name.}}}}


== Inputs ==
== Inputs ==

Revision as of 09:48, 28 October 2024

point_bonusmaps_accessor is a point entity available in all Source Source games. It relays Bonus Maps changes.

Keyvalues

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

File Name (filename) <string>
Link to a .BNS file with values for this map. Relative to mod's root directory.
Map Name (mapname) <string>
Script entry inside above bns file of the map.
Note.pngNote:This is NOT .bsp file name.

Inputs

Unlock
Unlocks the filename/map combination.
Complete
Completes the filename/map combination.
Save
Saves bonus map data.


Outputs