Difference between revisions of "SetY"

From UODemo Wiki
Jump to: navigation, search
m (Protected "SetY" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
integer '''setY'''(location ''LocationObject'');
+
integer '''setY'''(location ''LocationObject'', integer ''NewY'');
  
 
Use this function to change the Y coordinate of a location object (which consists of X, Y, Z).
 
Use this function to change the Y coordinate of a location object (which consists of X, Y, Z).

Latest revision as of 12:25, 26 January 2010

integer setY(location LocationObject, integer NewY);

Use this function to change the Y coordinate of a location object (which consists of X, Y, Z).


Return to the Command List.