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

Function lspo_ladder

src/sp_lev.c:4231–4235  ·  view source on GitHub ↗

ladder("down"); */ ladder("up", 6,10); */ ladder({ x=11, y=05, dir="down" }); */

Source from the content-addressed store, hash-verified

4229/* ladder("up", 6,10); */
4230/* ladder({ x=11, y=05, dir="down" }); */
4231int
4232lspo_ladder(lua_State *L)
4233{
4234 return l_create_stairway(L, TRUE);
4235}
4236
4237/* grave(); */
4238/* grave(x,y, "text"); */

Callers

nothing calls this directly

Calls 1

l_create_stairwayFunction · 0.85

Tested by

no test coverage detected