Turn: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Miscellaneous, parameterized Parameter Information: *Unknown 1 = Integer number of degrees to turn (default of 0 = 0 degrees) Purpose: The object will turn from its present angl...)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


Parameter Information:  
Parameter Information:  
*Unknown 1 = Integer number of degrees to turn (default of 0 = 0 degrees)  
*'''misc1''' = Integer number of degrees to turn (default of 0 = 0 degrees)  


Purpose: The object will turn from its present angle the provided number of degrees. New to MBF.
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]]


Thunk: Yes.
[[Category: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]