# Unit Attached To Region
Grammar — Unit attached to r
Flags —Native|Function
Returns a unit attached to a region.
# Arguments
region— Region
Returns — unit
native unit RegionGetAttachUnit(region r);
# Related
Category: Region / Modification
- Random Point In Region —
point— RegionRandomPoint - Center Of Region —
point— RegionGetCenter - Unit Attached To Region —
unit— RegionGetAttachUnit - Attach Region To Unit —
void— RegionAttachToUnit - Move Region —
void— RegionSetCenter - Width Of Region —
fixed— libNtve_gf_WidthOfRegion - Height Of Region —
fixed— libNtve_gf_HeightOfRegion - Bottom-Left Of Region Bounds —
point— RegionGetBoundsMin - Top-Right Of Region Bounds —
point— RegionGetBoundsMax
# Examples
— None found —