Difference between revisions of "ApplyHavokImpulse - ObjectReference"

m
→‎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]]
Anonymous user