Info node hint

From Valve Developer Community
Revision as of 07:07, 4 April 2006 by Andreasen (talk | contribs) (Some more question marks to fill in.)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

An info_node_hint entity.
Todo: Write a description.

Keyvalues

  • nodeFOV
<?> Node FOV - Imagine this node requires that an NPC be in the node's field of view in order to use this hint.
  • TargetNode
<?> Target node - The node ID of an associated target node, if any.
  • IgnoreFacing
<?> Ignore Facing - Don't pay attention to the facing of the node. May not apply to a given hint type.
  • MinimumState
<?> Minimum State - Require an NPC have a minimum state to use the hint.
  • MaximumState
<?> Maximum State - Require an NPC have a maximum state to use the hint.
  • nodeid
<?> Node ID - Read only.
  • hinttype
<?> Hint
  • hintactivity
<?> Hint Activity - Activity associated with this hint node. Various parts of the NPC AI play this activity at times. i.e. Actbusy nodes will play this activity when an NPC acts busy on the node.
  • StartHintDisabled
<?> Start Hint Disabled
  • Group
<?> Hint Group - If specified, gives the hint a specific group name. Useful for hint nodes that need to be logically grouped together. NPCs may also refuse to use hint nodes that don't match their hint group.

Inputs

  • DisableHint
Todo: Write a description.
  • EnableHint
Todo: Write a description.

Outputs

  • OnNPCStartedUsing
Todo: Write a description.
  • OnNPCStoppedUsing
Todo: Write a description.

See Also