Home
last modified time | relevance | path

Searched refs:targetplatform_ref (Results 1 – 7 of 7) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dobj_BSP.c383 pchr->targetplatform_ref = ( CHR_REF )MAX_CHR; in chr_BSP_fill()
406 prt_bdl.prt_ptr->targetplatform_ref = ( CHR_REF )MAX_CHR; in prt_BSP_fill()
H A Dparticle.h136 CHR_REF targetplatform_ref; ///< Am I trying to attach to a platform? member
H A Dcollision.c1316 pchr_a->targetplatform_ref = ichr_b; in do_chr_platform_detection()
1325 pchr_b->targetplatform_ref = ichr_a; in do_chr_platform_detection()
1403 pprt_b->targetplatform_ref = ichr_a; in do_prt_platform_detection()
1534 if ( ChrList.lst[d->chra].targetplatform_ref == d->chrb ) in bump_all_platforms()
1538 else if ( ChrList.lst[d->chrb].targetplatform_ref == d->chra ) in bump_all_platforms()
1549 if ( PrtList.lst[d->prtb].targetplatform_ref == d->chra ) in bump_all_platforms()
1559 if ( PrtList.lst[d->prta].targetplatform_ref == d->chrb ) in bump_all_platforms()
H A Dchar.h365 CHR_REF targetplatform_ref; ///< Am I trying to attach to a platform? member
H A Dgame.c5359 pchr->targetplatform_ref = ( CHR_REF )MAX_CHR; in attach_chr_to_platform()
5428 pchr->targetplatform_ref = ( CHR_REF ) MAX_CHR; in detach_character_from_platform()
5470 pprt->targetplatform_ref = ( CHR_REF )MAX_CHR; in attach_prt_to_platform()
5497 pprt->targetplatform_ref = ( CHR_REF ) MAX_CHR; in detach_particle_from_platform()
H A Dparticle.c142 pprt->targetplatform_ref = ( CHR_REF )MAX_CHR; in prt_ctor()
H A Dchar.c264 pchr->targetplatform_ref = ( CHR_REF )MAX_CHR; in chr_ctor()