Bug #155 ยป 0044-Lua-Fix-Tile-link_text.patch
common/scriptcore/tolua_game.pkg | ||
---|---|---|
@ x (lua_State *L, Tile *self);
|
||
int api_methods_tile_map_y
|
||
@ y (lua_State *L, Tile *self);
|
||
const char *api_methods_tile_link
|
||
@ link_text(lua_State *L, Tile *self);
|
||
}
|
||
City *api_methods_tile_city
|
||
... | ... | |
@ num_units (lua_State *L, Tile *self);
|
||
int api_methods_tile_sq_distance
|
||
@ sq_distance (lua_State *L, Tile *self, Tile *other);
|
||
const char *api_methods_tile_link
|
||
@ link_text(lua_State *L, Tile *self);
|
||
}
|
||
$[
|