Turn: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 5: Line 5:


The object will turn from its present angle the provided number of degrees. New to MBF. Note that it uses the '''misc1''' as parameter, instead of args[0].
The object will turn from its present angle the provided number of degrees. New to MBF. Note that it uses the '''misc1''' as parameter, instead of args[0].
=====See also=====
*[[Face]]


[[Category:Codepointers]]
[[Category:Codepointers]]
[[Category:MBF codepointers]]
[[Category:MBF codepointers]]

Latest revision as of 06:46, 31 March 2012

Type: Miscellaneous, parameterized

Parameter Information:

  • misc1 = Integer number of degrees to turn (default of 0 = 0 degrees)

The object will turn from its present angle the provided number of degrees. New to MBF. Note that it uses the misc1 as parameter, instead of args[0].

See also[edit]