Difference between revisions of "Npc cranedriver"
m (Added link to Russian version) |
|||
Line 26: | Line 26: | ||
==See Also== | ==See Also== | ||
* [[info_target]] | * [[info_target]] | ||
+ | |||
+ | {{otherlang:en}} | ||
+ | {{otherlang:en:ru|Npc_cranedriver_(ru)}} | ||
+ | |||
[[Category:Entities]] [[Category:NPCs]] | [[Category:Entities]] [[Category:NPCs]] |
Revision as of 09:13, 18 March 2007
Entity Description
NPC used to drive cranes.
Keyvalues
- Template:Kv vehicledrivernpc
- releasepause
- <float> Pause time before dropping a ForceDrop specified object.
Flags
Inputs
- Template:I vehicledrivernpc
- ForcePickup <target_destination>
- Force the driver to pickup the specified entity (by targetname)
- ForceDrop <target_destination>
- Force the driver to drop the currently held object at the specified entity's location.
Outputs
- Template:O basenpc
- OnPickedUpObject
- Fired when the ForcePickup specified object has been picked up.
- OnDroppedObject
- Fired when the ForceDrop specified object has been dropped.
- OnPausingBeforeDrop
- Fired at the start of the pause before dropping the ForceDrop specified object.