Npc cranedriver: Difference between revisions
Jump to navigation
Jump to search
Note:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.
No edit summary |
|||
Line 2: | Line 2: | ||
==Entity Description== | ==Entity Description== | ||
NPC used to drive cranes. | NPC used to drive cranes. | ||
{{immobile npc}} | |||
{{npcnote}} | |||
==Keyvalues== | ==Keyvalues== | ||
* {{kv vehicledrivernpc}} | * {{kv vehicledrivernpc}} |
Revision as of 22:19, 2 March 2008
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.