Home
last modified time | relevance | path

Searched refs:TheirObj (Results 1 – 2 of 2) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dnetwork.c5214 object * TheirObj = NULL; in network_read_pdata_packet() local
5290 TheirObj = &Objects[TheirObjnum]; in network_read_pdata_packet()
5333 TheirObj->pos = pd->obj_pos; in network_read_pdata_packet()
5336 TheirObj->mtype.phys_info.rotvel = pd->phys_rotvel; in network_read_pdata_packet()
5343 if (TheirObj->movement_type == MT_PHYSICS) in network_read_pdata_packet()
5344 set_thrust_from_velocity(TheirObj); in network_read_pdata_packet()
5420 object * TheirObj = NULL; in network_read_pdata_short_packet() local
5475 TheirObj = &Objects[TheirObjnum]; in network_read_pdata_short_packet()
5499 extract_shortpos(TheirObj, &new_pd.thepos, 0); in network_read_pdata_short_packet()
5504 if (TheirObj->movement_type == MT_PHYSICS) in network_read_pdata_short_packet()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dnet_udp.cpp5729 const auto TheirObj = vmobjptridx(TheirObjnum); in net_udp_read_pdata_packet() local
5736 extract_quaternionpos(TheirObj, pd->qpp); in net_udp_read_pdata_packet()
5737 if (TheirObj->movement_source == object::movement_type::physics) in net_udp_read_pdata_packet()
5738 set_thrust_from_velocity(TheirObj); in net_udp_read_pdata_packet()