readonly int Region.ID
Gets the region number of this region. This allows you to interoperate with old
script using the number-based region functions.
Example:
Display("Region 3 is number %d.", region[3].ID);
displays region 3's number (which will be 3).
See Also: Region.GetAtRoomXY
|