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

Function tele

src/teleport.c:841–845  ·  view source on GitHub ↗

teleport the hero via some method other than scroll of teleport */

Source from the content-addressed store, hash-verified

839
840/* teleport the hero via some method other than scroll of teleport */
841void
842tele(void)
843{
844 scrolltele((struct obj *) 0);
845}
846
847/* teleport the hero; usually discover scroll of teleportation if via scroll */
848void

Callers 13

allmain.cFile · 0.85
throne_sit_effectFunction · 0.85
mhitm_ad_tlptFunction · 0.85
vault_teleFunction · 0.85
doteleFunction · 0.85
tele_trapFunction · 0.85
rlocFunction · 0.85
mon_polyFunction · 0.85
find_guard_destFunction · 0.85
zapyourselfFunction · 0.85
zap_steedFunction · 0.85
cursed_bookFunction · 0.85

Calls 1

scrollteleFunction · 0.85

Tested by

no test coverage detected