Difference between revisions of "SetZ"

From UODemo Wiki
Jump to: navigation, search
m (Protected "SetZ" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
Line 1: Line 1:
integer '''setZ'''(location ''LocationObject'');
+
integer '''setZ'''(location ''LocationObject'', integer ''NewZ'');
  
 
Use this function to change the Z coordinate of a location object (which consists of X, Y, Z).
 
Use this function to change the Z coordinate of a location object (which consists of X, Y, Z).

Latest revision as of 12:25, 26 January 2010

integer setZ(location LocationObject, integer NewZ);

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


Return to the Command List.