Hotspot.GetPos

table Hotspot.GetPos ( 

string ObjectName )

Example 1

position = Hotspot.GetPos("Hot Area");

Gets the current X, Y coordinates of the "Hot Area" hotspot object and stores the results in a table called "position." These values can be accessed by referencing position.X and position.Y.

See also:  Related Actions