MCPcopy Create free account
hub / github.com/NetHack/NetHack / lspo_stair

Function lspo_stair

src/sp_lev.c:4222–4226  ·  view source on GitHub ↗

stair("up"); */ stair({ dir = "down" }); */ stair({ dir = "down", x = 4, y = 7 }); */ stair({ dir = "down", coord = {x,y} }); */ stair("down", 4, 7); */ TODO: stair(selection, "down"); */ TODO: stair("up", {x,y}); */

Source from the content-addressed store, hash-verified

4220/* TODO: stair(selection, "down"); */
4221/* TODO: stair("up", {x,y}); */
4222int
4223lspo_stair(lua_State *L)
4224{
4225 return l_create_stairway(L, FALSE);
4226}
4227
4228/* ladder("down"); */
4229/* ladder("up", 6,10); */

Callers

nothing calls this directly

Calls 1

l_create_stairwayFunction · 0.85

Tested by

no test coverage detected