Difference between revisions of "PushActorAway"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>JT |
||
Line 14: | Line 14: | ||
=='''Notes'''== | =='''Notes'''== | ||
*iForce is an integer value. | *iForce is an integer value. | ||
*An actor that has been pushed can have its inventory accessed by the player until the actor gets up again. | |||
Revision as of 00:06, 22 February 2010
Description
PushActorAway Pushes one actor away from another with a given force.
Syntax
[ActorREF]PushActorAway TargetREF iForce
Examples
BuddyRef.PushActorAway FredRef 10
Fred would move away from Buddy with a havok force of 10.
Notes
- iForce is an integer value.
- An actor that has been pushed can have its inventory accessed by the player until the actor gets up again.
See Also
Reference
None provided.