Progress.GetPos

table Progress.GetPos ( 

string ObjectName )

Example 1

Mystery_Pos = Progress.GetPos("Added_Object");

Gets the current X, Y coordinates of the "Added_Object" progress object and stores the results in a table called "Mystery_Pos." These values can be accessed by referencing Mystery_Pos.X and Mystery_Pos.Y.

See also:  Related Actions