Home
last modified time | relevance | path

Searched refs:NETMSG_ENTITY (Results 1 – 6 of 6) sorted by relevance

/dports/games/xtux/xtux/src/common/
H A Dnet.c38 { DFNTOSTR( NETMSG_ENTITY ), sizeof(netmsg_entity), 1},
536 case NETMSG_ENTITY: in tonet()
576 case NETMSG_ENTITY: in fromnet()
H A Dnet_msg.h33 NETMSG_ENTITY, /* SERVER ---> CLIENT */ enumerator
/dports/games/xtux/xtux/src/client/
H A Dintro.c117 ent.type = NETMSG_ENTITY; in intro_entities()
H A Dmenu.c552 ent.type = NETMSG_ENTITY; in draw_menu_select_char()
/dports/games/xtux/xtux/src/server/
H A Dsv_net.c174 msg.type = NETMSG_ENTITY; in sv_net_send_entities()
H A Devent.c416 msg.type = NETMSG_ENTITY; in event_draw()