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

Function u_to_e

src/dbridge.c:320–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320staticfn void
321u_to_e(struct entity *etmp)
322{
323 etmp->emon = &gy.youmonst;
324 etmp->ex = u.ux;
325 etmp->ey = u.uy;
326 etmp->edata = gy.youmonst.data;
327}
328
329staticfn void
330set_entity(

Callers 1

set_entityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected