Difference between revisions of "Info waypoint"

From Obsidian Conflict Wiki
Jump to: navigation, search
m (New page: {{oc_ent}} {{stub}})
 
(Created entire page.)
Line 1: Line 1:
 
{{oc_ent}}
 
{{oc_ent}}
{{stub}}
+
 
 +
== Entity Description ==
 +
 
 +
An entity that displays a image and text at it's location.
 +
 
 +
== Keyvalues ==
 +
 
 +
* '''targetname <target_source>'''
 +
 
 +
Defines the name that other entities refer to this entity by.
 +
 
 +
* '''Parent <string>'''
 +
 
 +
The name of this entity's parent in the movement hierarchy. Entities with parents move with their parent.
 +
 
 +
* '''Image <string>'''
 +
 
 +
Image that will display on the HUD.
 +
 
 +
* '''Text <string>'''
 +
 
 +
Text that will show under the icon on the HUD. Should be kept very short.
 +
 
 +
 
 +
==Inputs==
 +
 
 +
* '''Kill'''
 +
 
 +
Removes this entity from the world.
 +
 
 +
* '''KillHierarchy'''
 +
 
 +
Removes this entity and all its children from the world.
 +
 
 +
* '''AddOutput <string>'''
 +
 
 +
Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.
 +
 
 +
Format: <key> <value>
 +
 
 +
Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>
 +
 
 +
* '''FireUser1-4'''
 +
 
 +
Causes this entity's OnUser1-4 outputs to be fired. See User Inputs and Outputs.
 +
 
 +
* '''Enable'''
 +
 
 +
Enables this entity.
 +
 
 +
* '''Disable'''
 +
 
 +
Disables this entity.
 +
 
 +
* '''ClearParent'''
 +
 
 +
 
 +
* '''DisableForActivator'''
 +
 
 +
 
 +
* '''EnableForActivator'''
 +
 
 +
 
 +
* '''SetParent'''
 +
 
 +
 
 +
* '''SetParentAttachment'''
 +
 
 +
 
 +
* '''SetParentAttachmentMaintainOffset'''
 +
 
 +
 
 +
==Outputs==
 +
 
 +
 
 +
Fired when the player successfully makes a purchase.
 +
 
 +
* '''OnUser1-4'''
 +
 
 +
Fired in response to FireUser1-4 inputs. See User Inputs and Outputs.
 +
 
 +
!activator = activator

Revision as of 09:38, 9 December 2009

Entity.png This Page contains informations about an Obsidian Conflict Entity, which means it is only availible for Obsidian Conflict or rather in that form it is explained.

Entity Description

An entity that displays a image and text at it's location.

Keyvalues

  • targetname <target_source>

Defines the name that other entities refer to this entity by.

  • Parent <string>

The name of this entity's parent in the movement hierarchy. Entities with parents move with their parent.

  • Image <string>

Image that will display on the HUD.

  • Text <string>

Text that will show under the icon on the HUD. Should be kept very short.


Inputs

  • Kill

Removes this entity from the world.

  • KillHierarchy

Removes this entity and all its children from the world.

  • AddOutput <string>

Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.

Format: <key> <value>

Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>

  • FireUser1-4

Causes this entity's OnUser1-4 outputs to be fired. See User Inputs and Outputs.

  • Enable

Enables this entity.

  • Disable

Disables this entity.

  • ClearParent


  • DisableForActivator


  • EnableForActivator


  • SetParent


  • SetParentAttachment


  • SetParentAttachmentMaintainOffset


Outputs

Fired when the player successfully makes a purchase.

  • OnUser1-4

Fired in response to FireUser1-4 inputs. See User Inputs and Outputs.

!activator = activator