Point bonusmaps accessor: Difference between revisions
Jump to navigation
Jump to search

(-added class hierarchy) |
m (→Inputs: Substituted IO templates) |
||
Line 9: | Line 9: | ||
== Inputs == | == Inputs == | ||
{{ | {{I|Unlock|Unlocks the filename/map combination.}} | ||
{{ | {{I|Complete|Completes the filename/map combination.}} | ||
{{ | {{I|Save|Saves bonus map data.}} | ||
{{I Targetname}} | {{I Targetname}} | ||
== Outputs == | == Outputs == | ||
{{O Targetname}} | {{O Targetname}} |
Revision as of 23:02, 20 April 2025


![]() |
---|
CPointBonusMapsAccessor |
![]() |
point_bonusmaps_accessor
is a point entity available in all 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
ortarget
).
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:This is NOT .bsp file name.
Inputs
- Unlock
- Unlocks the filename/map combination.
- Complete
- Completes the filename/map combination.
- Save
- Saves bonus map data.