Logic achievement: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 4: Line 4:
==Keyvalues==
==Keyvalues==
* {{kv targetname}}
* {{kv targetname}}
* {{kv enabledisable}}
* {{KV EnableDisable}}
* '''AchievementEvent'''
* '''AchievementEvent'''
: This is the ID of the event that will be triggered (e.g. ACHIEVEMENT_EVENT_EP2_WEBCACHE_01).
: This is the ID of the event that will be triggered (e.g. ACHIEVEMENT_EVENT_EP2_WEBCACHE_01).

Revision as of 19:47, 19 January 2009

Template:Wrongtitle

Entity Description

This entity can fire achievement events for the user.

Keyvalues

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).
  • AchievementEvent
This is the ID of the event that will be triggered (e.g. ACHIEVEMENT_EVENT_EP2_WEBCACHE_01).

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.
  • Toggle
Toggle this entity.
  • FireEvent
Fire the event.

Outputs

Called on FireEvent.