Difference between revisions of "SetX"
From UODemo Wiki
(Created page with 'integer '''setX'''(location ''LocationObject''); Use this function to change the X coordinate of a location object (which consists of X, Y, Z). Return to the Command List.') |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | integer '''setX'''(location ''LocationObject''); | + | integer '''setX'''(location ''LocationObject'', integer ''NewX''); |
Use this function to change the X coordinate of a location object (which consists of X, Y, Z). | Use this function to change the X coordinate of a location object (which consists of X, Y, Z). |
Latest revision as of 12:25, 26 January 2010
integer setX(location LocationObject, integer NewX);
Use this function to change the X coordinate of a location object (which consists of X, Y, Z).
Return to the Command List.