The search keyword must be a single word (no spaces).
Type rect
- Ancestor type
- agent
- Children type(s)
- None
- Location
- common.j line 22
- Preview
Functions that take this type as parameter
common.j
- GroupEnumUnitsInRect: GroupEnumUnitsInRect(group whichGroup, rect r, boolexpr filter) returns nothing
- GroupEnumUnitsInRectCounted: GroupEnumUnitsInRectCounted(group whichGroup, rect r, boolexpr filter, integer countLimit) returns nothing
- RemoveRect: RemoveRect(rect whichRect) returns nothing
- SetRect: SetRect(rect whichRect, real minx, real miny, real maxx, real maxy) returns nothing
- SetRectFromLoc: SetRectFromLoc(rect whichRect, location min, location max) returns nothing
- MoveRectTo: MoveRectTo(rect whichRect, real newCenterX, real newCenterY) returns nothing
- MoveRectToLoc: MoveRectToLoc(rect whichRect, location newCenterLoc) returns nothing
- GetRectCenterX: GetRectCenterX(rect whichRect) returns real
- GetRectCenterY: GetRectCenterY(rect whichRect) returns real
- GetRectMinX: GetRectMinX(rect whichRect) returns real
- GetRectMinY: GetRectMinY(rect whichRect) returns real
- GetRectMaxX: GetRectMaxX(rect whichRect) returns real
- GetRectMaxY: GetRectMaxY(rect whichRect) returns real
- RegionAddRect: RegionAddRect(region whichRegion, rect r) returns nothing
- RegionClearRect: RegionClearRect(region whichRegion, rect r) returns nothing
- EnumDestructablesInRect: EnumDestructablesInRect(rect r, boolexpr filter, code actionFunc) returns nothing
- EnumItemsInRect: EnumItemsInRect(rect r, boolexpr filter, code actionFunc) returns nothing
- SetFogStateRect: SetFogStateRect(player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision) returns nothing
- CreateFogModifierRect: CreateFogModifierRect(player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision, boolean afterUnits) returns fogmodifier
- SaveRectHandle: SaveRectHandle(hashtable table, integer parentKey, integer childKey, rect whichRect) returns boolean
- AddWeatherEffect: AddWeatherEffect(rect where, integer effectID) returns weathereffect
- SetBlightRect: SetBlightRect(player whichPlayer, rect r, boolean addBlight) returns nothing
- SetDoodadAnimationRect: SetDoodadAnimationRect(rect r, integer doodadID, string animName, boolean animRandom) returns nothing
blizzard.j
- GetRandomLocInRect: GetRandomLocInRect(rect whichRect) returns location
- OffsetRectBJ: OffsetRectBJ(rect r, real dx, real dy) returns rect
- RectContainsCoords: RectContainsCoords(rect r, real x, real y) returns boolean
- RectContainsLoc: RectContainsLoc(rect r, location loc) returns boolean
- RectContainsUnit: RectContainsUnit(rect r, unit whichUnit) returns boolean
- RectContainsItem: RectContainsItem(item whichItem, rect r) returns boolean
- CompareRectsBJ: CompareRectsBJ(rect A, rect B) returns boolean
- SetCameraBoundsToRect: SetCameraBoundsToRect(rect r) returns nothing
- SetCameraBoundsToRectForPlayerBJ: SetCameraBoundsToRectForPlayerBJ(player whichPlayer, rect r) returns nothing
- TriggerRegisterEnterRectSimple: TriggerRegisterEnterRectSimple(trigger trig, rect r) returns event
- TriggerRegisterLeaveRectSimple: TriggerRegisterLeaveRectSimple(trigger trig, rect r) returns event
- TriggerRegisterDestDeathInRegionEvent: TriggerRegisterDestDeathInRegionEvent(trigger trig, rect r) returns nothing
- AddWeatherEffectSaveLast: AddWeatherEffectSaveLast(rect where, integer effectID) returns weathereffect
- CreateFogModifierRectSimple: CreateFogModifierRectSimple(player whichPlayer, fogstate whichFogState, rect r, boolean afterUnits) returns fogmodifier
- CreateFogModifierRectBJ: CreateFogModifierRectBJ(boolean enabled, player whichPlayer, fogstate whichFogState, rect r) returns fogmodifier
- SetDoodadAnimationRectBJ: SetDoodadAnimationRectBJ(string animName, integer doodadID, rect r) returns nothing
- SetStackedSoundBJ: SetStackedSoundBJ(boolean add, sound soundHandle, rect r) returns nothing
- EnumItemsInRectBJ: EnumItemsInRectBJ(rect r, code actionFunc) returns nothing
- RandomItemInRectBJ: RandomItemInRectBJ(rect r, boolexpr filter) returns item
- RandomItemInRectSimpleBJ: RandomItemInRectSimpleBJ(rect r) returns item
- IsUnitGroupInRectBJ: IsUnitGroupInRectBJ(group g, rect r) returns boolean
- EnumDestructablesInRectAll: EnumDestructablesInRectAll(rect r, code actionFunc) returns nothing
- RandomDestructableInRectBJ: RandomDestructableInRectBJ(rect r, boolexpr filter) returns destructable
- RandomDestructableInRectSimpleBJ: RandomDestructableInRectSimpleBJ(rect r) returns destructable
- NudgeObjectsInRect: NudgeObjectsInRect(rect nudgeArea) returns nothing
- GetUnitsInRectMatching: GetUnitsInRectMatching(rect r, boolexpr filter) returns group
- GetUnitsInRectAll: GetUnitsInRectAll(rect r) returns group
- GetUnitsInRectOfPlayer: GetUnitsInRectOfPlayer(rect r, player whichPlayer) returns group
- SaveRectHandleBJ: SaveRectHandleBJ(rect whichRect, integer key, integer missionKey, hashtable table) returns boolean
- GetRectCenter: GetRectCenter(rect whichRect) returns location
- GetRectWidthBJ: GetRectWidthBJ(rect r) returns real
- GetRectHeightBJ: GetRectHeightBJ(rect r) returns real
- SetBlightRectBJ: SetBlightRectBJ(boolean addBlight, player whichPlayer, rect r) returns nothing
- MeleeGetLocWithinRect: MeleeGetLocWithinRect(location src, rect r) returns location
Functions that return this type
common.j
- Rect: Rect(real minx, real miny, real maxx, real maxy) returns rect
- RectFromLoc: RectFromLoc(location min, location max) returns rect
- GetWorldBounds: GetWorldBounds(nothing) returns rect
- LoadRectHandle: LoadRectHandle(hashtable table, integer parentKey, integer childKey) returns rect
blizzard.j
- OffsetRectBJ: OffsetRectBJ(rect r, real dx, real dy) returns rect
- RectFromCenterSizeBJ: RectFromCenterSizeBJ(location center, real width, real height) returns rect
- GetRectFromCircleBJ: GetRectFromCircleBJ(location center, real radius) returns rect
- GetCurrentCameraBoundsMapRectBJ: GetCurrentCameraBoundsMapRectBJ(nothing) returns rect
- GetCameraBoundsMapRect: GetCameraBoundsMapRect(nothing) returns rect
- GetPlayableMapRect: GetPlayableMapRect(nothing) returns rect
- GetEntireMapRect: GetEntireMapRect(nothing) returns rect
- LoadRectHandleBJ: LoadRectHandleBJ(integer key, integer missionKey, hashtable table) returns rect