Point bonusmaps accessor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(link)
(cleanup tags)
Line 3: Line 3:


==Entity Description==
==Entity Description==
An [[entity]] that relays bonus maps changes.
An [[entity]] that relays bonus maps changes. {{clarify}}


==Availability==
==Availability==
Line 21: Line 21:
: Completes the filename/map combination.
: Completes the filename/map combination.
* '''Save'''
* '''Save'''
: Saves bonus map data.
: Saves bonus map data. {{clarify}}
* '''Unlock'''
* '''Unlock'''
: Unlocks the filename/map combination.
: Unlocks the filename/map combination.

Revision as of 17:01, 5 October 2010

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
  • Map Name
Script entry inside above bns file of the map

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