Difference between revisions of "ApplyHavokImpulse - ObjectReference"
Jump to navigation
Jump to search
m
ApplyHavokImpulse - ObjectReference (edit)
Revision as of 13:18, 8 October 2012
, 13:18, 8 October 2012→Examples: Floatified
imported>JustinOther m (→Examples: Floatified float params) |
imported>JustinOther m (→Examples: Floatified) |
||
Line 42: | Line 42: | ||
; launch the skeever up into the air | ; launch the skeever up into the air | ||
Game.GetPlayer().PushActorAway(Skeever, 0.0) | Game.GetPlayer().PushActorAway(Skeever, 0.0) | ||
Skeever.ApplyHavokImpulse(0.0, 0.0, 1.0, 1000) | Skeever.ApplyHavokImpulse(0.0, 0.0, 1.0, 1000.0) | ||
</source> | </source> | ||
== See Also == | == See Also == | ||
*[[ObjectReference Script]] | *[[ObjectReference Script]] |