JASS Tools
News
Download
Help
JASS Manual
-------------------------------------------------------------

TYPES | FUNCTIONS | VARIABLES

Type region

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > region
Children Types:none
Location:common.j, line 21

BACK TO TOP

------------------------------------------------------------

Global variables of type region:

none

BACK TO TOP

------------------------------------------------------------

Functions that return type region (     common.j,      common.ai,      Blizzard.j):

native CreateRegion () returns region
constant native GetTriggeringRegion () returns region
native LoadRegionHandle (hashtable table, integer parentKey, integer childKey) returns region
function LoadRegionHandleBJ (integer key, integer missionKey, hashtable table) returns region

BACK TO TOP

------------------------------------------------------------

Functions that take type region as a parameter (     common.j,      common.ai,      Blizzard.j):

native IsLocationInRegion (region whichRegion, location whichLocation) returns boolean
native IsPointInRegion (region whichRegion, real x, real y) returns boolean
native IsUnitInRegion (region whichRegion, unit whichUnit) returns boolean
native RegionAddCell (region whichRegion, real x, real y) returns nothing
native RegionAddCellAtLoc (region whichRegion, location whichLocation) returns nothing
native RegionAddRect (region whichRegion, rect r) returns nothing
native RegionClearCell (region whichRegion, real x, real y) returns nothing
native RegionClearCellAtLoc (region whichRegion, location whichLocation) returns nothing
native RegionClearRect (region whichRegion, rect r) returns nothing
native RemoveRegion (region whichRegion) returns nothing
native SaveRegionHandle (hashtable table, integer parentKey, integer childKey, region whichRegion) returns boolean
function SaveRegionHandleBJ (region whichRegion, integer key, integer missionKey, hashtable table) returns boolean
native TriggerRegisterEnterRegion (trigger whichTrigger, region whichRegion, boolexpr filter) returns event
function TriggerRegisterEnterRegionSimple (trigger trig, region whichRegion) returns event
native TriggerRegisterLeaveRegion (trigger whichTrigger, region whichRegion, boolexpr filter) returns event
function TriggerRegisterLeaveRegionSimple (trigger trig, region whichRegion) returns event

BACK TO TOP

------------------------------------------------------------
Copyright (c) 2003 Jeff Pang
Not affiliated or endorsed by Blizzard Entertainment
SourceForge.net Logo