GetObs

GetObs
int GetObs(int x, int y)

Documentation

Returns the index of the obstruction tile at the given coords.

Note: Coordinates are in terms of tiles, not pixels. In order to convert tiles to pixels do, (pixel coordinate / 16).

Example Usage

// Imagine the following 3 by 3 grid is your map.

//    0 1 2
//
// 0  0 0 0
// 1  0 1 1
// 2  0 0 1

GetObs(0, 0); // Returns 0.
GetObs(1, 1); // Returns 1.
GetObs(2, 2); // Returns 1.
GetObs(2, 0); // Returns 0.
Talkback

There are no talkbacks on this documentation page yet. Post the first?

Post a new comment?

Doc Nav

Your docs
View All Docs

If you log in, you can edit the documentation, or create your own documents and tutorials!

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.