Info node hint: Difference between revisions
Jump to navigation
Jump to search
m (Copied description from ''Hint nodes''.) |
(Merged info from Actbusy.) |
||
Line 17: | Line 17: | ||
==Outputs== | ==Outputs== | ||
*'''OnNPCStartedUsing''' | *'''OnNPCStartedUsing <[[ehandle]]>''' | ||
: | : Fired when an NPC has reached this node and started using it. Passes along the NPC. | ||
*'''OnNPCStoppedUsing''' | *'''OnNPCStoppedUsing <[[ehandle]]>''' | ||
: | : Fired when an NPC has stopped using this node. Passes along the NPC. | ||
* {{o targetname}} | * {{o targetname}} | ||
==See Also== | ==See Also== | ||
* [[Hint nodes]] | * [[Hint nodes]] | ||
* [[Actbusy]] - The Actbusy system uses info_node_hints set to ''World: Act Busy Hints''. | |||
[[Category:Entities]] [[Category:Nodes]] | [[Category:Entities]] [[Category:Nodes]] |
Revision as of 01:15, 6 April 2006
Entity Description
A hint that is also an info_node. Ground NPCs only. Full range of hint types.
Keyvalues
Inputs
Outputs
- OnNPCStartedUsing <ehandle>
- Fired when an NPC has reached this node and started using it. Passes along the NPC.
- OnNPCStoppedUsing <ehandle>
- Fired when an NPC has stopped using this node. Passes along the NPC.
See Also
- Hint nodes
- Actbusy - The Actbusy system uses info_node_hints set to World: Act Busy Hints.