コード例 #1
0
 /// <summary>
 /// Returns the name of the zone
 /// </summary>
 /// <param name="position"></param>
 /// <returns>the name of the zone</returns>
 public static string GetAreaName(this Vector3 position)
 {
     return(WorldZone.GetAreaName(WorldZone.GetArea(position)));
 }