Difference between revisions of "SetDontMove - Actor"
Jump to navigation
Jump to search
→Notes: note on player behaviour
imported>JustinOther m (Affixed version requirement) |
imported>SarthesArai (→Notes: note on player behaviour) |
||
Line 27: | Line 27: | ||
Dragon.SetDontMove(false) | Dragon.SetDontMove(false) | ||
</source> | </source> | ||
== Notes == | |||
* Using SetDontMove on the player disables player movement, camera switching, and camera rotating, but keeps the full HUD displayed (unlike [[DisablePlayerControls - Game|Game.DisablePlayerControls()]]). | |||
== See Also == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] |