Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: deltamatrix on Wed 27/08/2008 09:36:02

Title: Determine a walkable area by XY
Post by: deltamatrix on Wed 27/08/2008 09:36:02
Hi guys,

I'm trying to find a function that returns whether an XY position is a walkable or not. Or returns the number of the walkable area.

Could you help me out here please?

Delta.
Title: Re: Determine a walkable area by XY
Post by: Erpy on Wed 27/08/2008 10:01:17
It's called GetWalkableAreaAt(x,y)

(http://www.agdiforums.com/forum/images/avatars/moodpics/Nashnorm.jpg)
Title: Re: Determine a walkable area by XY
Post by: deltamatrix on Wed 27/08/2008 10:23:43
Cheers erpy. Knew such a function was there but musta missed it several times.