Difference between revisions of "ApplyHavokImpulse - ObjectReference"
Jump to navigation
Jump to search
As with the Skyrim version, this requires you use pushactoraway prior to calling this function on an actor,
imported>Cdcooley m (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin) |
imported>Scrivener07 (As with the Skyrim version, this requires you use pushactoraway prior to calling this function on an actor,) |
||
Line 25: | Line 25: | ||
CheeseWheel.ApplyHavokImpulse(1.0, 0.0, 0.0, 5.0) | CheeseWheel.ApplyHavokImpulse(1.0, 0.0, 0.0, 5.0) | ||
</source> | </source> | ||
== Notes == | |||
* For this to work for actors, you must call [[PushActorAway - Actor]] first, using a bit of force, then call this function. | |||
== See Also == | == See Also == | ||
*[[ObjectReference Script]] | *[[ObjectReference Script]] |