SyntaxBomb - Indie Coders

Languages & Coding => Blitz2D, BlitzPlus, Blitz3D => Topic started by: JBR on October 25, 2020, 00:06:45

Title: EntityPick works with -ve values.
Post by: JBR on October 25, 2020, 00:06:45
Saved me a lot of work!

Who else knew that?

Jim.
Title: Re: EntityPick works with -ve values.
Post by: RemiD on November 28, 2020, 21:19:10
what do you mean by "-ve values" ?
Title: Re: EntityPick works with -ve values.
Post by: JBR on November 28, 2020, 23:48:40
I mean checks behind the entity rather than in front. Jim.
Title: Re: EntityPick works with -ve values.
Post by: RemiD on November 29, 2020, 12:48:44
with tformvector() and linepick(startx,stary,starz,vectorx,vectory,vectorz,length,radius), i undestand how you can start a pick "behind" the entity / point, but with entitypick(entity,range) i don't see how you can ? (unless you use a pivot)