Method Global:GetMapEntrance [-] [+]
Return the entrance position (x, y, z, o) of the specified dungeon map id.
Synopsis
pos_x, pos_y, pos_z, pos_o = GetMapEntrance( mapId )
Arguments
number mapId
Valid numbers: integers from 0 to 4,294,967,295.
Returns
number pos_x
Valid numbers: integers from 0 to 4,294,967,295.
number pos_y
Valid numbers: integers from 0 to 4,294,967,295.
number pos_z
Valid numbers: integers from 0 to 4,294,967,295.
number pos_o
Valid numbers: integers from 0 to 4,294,967,295.