Plugin.GetPos

table Plugin.GetPos ( 

string ObjectName )

Example 1

Mystery_Pos = Plugin.GetPos("Added_Object");

Gets the current X, Y coordinates of the "Added_Object" plugin 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