HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Rect > Region > 'Cell' ?

02-26-2004, 06:00 AM#1
poolage
Alright, after using the search function I got the difference between rect and region. However I still dont know what a 'cell' does and how could one possibly use it and what for?

Here comes the function:
Code:
RegionAddCell           takes region whichRegion, real x, real y returns nothing


Please advice,

Regards,

poolage
02-26-2004, 07:15 AM#2
Youma
It's a 1x1 rect.
02-26-2004, 08:22 AM#3
xXEarth-FuryXx
whats the dif between a rect and regon?
02-26-2004, 09:05 AM#4
Cubasis
arrgh, lol,

EarthFury, ... notice what Poolage does that you don't? He SEARCHES the forums for answers to Qs...why don't you do that too :P, lol

This Q has been answered so many times.

Rect = A Rectangular field with 4 corners/sides. Rect = Gui "Region"
Region = A Field composed of cells, can be in any shape (however, it's cell-oriented so it'll always be kinda pixelated)
Cell = a 1x1 rect

Cubasis
02-26-2004, 09:22 AM#5
xXEarth-FuryXx
so a regon is just a collection of cells together to form a, well, regon!