Point bonusmaps accessor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(bug)
Line 11: Line 11:
* {{KV Targetname}}
* {{KV Targetname}}
* '''File Name'''
* '''File Name'''
: Link to a .BNS file with values for this map. {{bug|'''Leave this field blank''' as setting it to any value will cause the entity to throw an error when receiving input in-game}}
: Link to a .BNS file with values for this map. Relative to mod's root directory.
* '''Map Name'''
* '''Map Name'''
: Script entry inside above bns file of the map
: Script entry inside above bns file of the map. {{Note|This is '''NOT''' .bsp file name.}}


==Inputs==
==Inputs==

Revision as of 03:03, 11 February 2011

Template:Wrongtitle Template:Base point

Entity Description

An entity that relays bonus maps changes. [Clarify]

Availability

This point entity is exclusive to Portal.

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
Link to a .BNS file with values for this map. Relative to mod's root directory.
  • Map Name
Script entry inside above bns file of the map.
Note.pngNote:This is NOT .bsp file name.

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.
  • Complete
Completes the filename/map combination.
  • Save
Saves bonus map data. [Clarify]
  • Unlock
Unlocks the filename/map combination.

Outputs