Turn: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(cat)
No edit summary
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].


Thunk: Yes.
[[Category:Codepointers]]
[[Category:Codepointers]]

Revision as of 11:40, 5 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].