Home
last modified time | relevance | path

Searched refs:coordinate_error (Results 1 – 2 of 2) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Dmove_unit.lua4 local coordinate_error = "invalid coordinate in [move_unit]"
5 local to_x = tostring(cfg.to_x or helper.wml_error(coordinate_error))
6 local to_y = tostring(cfg.to_y or helper.wml_error(coordinate_error))
27 x = tonumber(x) or helper.wml_error(coordinate_error)
28 y = tonumber(y) or helper.wml_error(coordinate_error)
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage3.c179 static const Except_T coordinate_error = {"Coordinate error"}; variable