Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
staticfn void
321
u_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
329
staticfn void
330
set_entity(
Callers
1
set_entity
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected