Example #1
0
 public SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY) =>
 SeString.CreateMapLink(territoryId, mapId, rawX, rawY);
Example #2
0
 public SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05f) => SeString.CreateMapLink(territoryId, mapId, xCoord, yCoord, fudgeFactor);
Example #3
0
 public SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05f) => SeString.CreateMapLink(placeName, xCoord, yCoord, fudgeFactor);