Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "region" as a "type"
Type region
Ancestor type: |
agent |
Children type(s): |
None |
Location: |
line 21 in file common.j |
Preview: |
|
"That guy ’s nuts! Grab ’m!"
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword region.
You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Functions that takes type region
common.j |
RemoveRegion: | native RemoveRegion takes region whichRegion returns nothing |
RegionAddRect: | native RegionAddRect takes region whichRegion, rect r returns nothing |
RegionClearRect: | native RegionClearRect takes region whichRegion, rect r returns nothing |
RegionAddCell: | native RegionAddCell takes region whichRegion, real x, real y returns nothing |
RegionAddCellAtLoc: | native RegionAddCellAtLoc takes region whichRegion, location whichLocation returns nothing |
RegionClearCell: | native RegionClearCell takes region whichRegion, real x, real y returns nothing |
RegionClearCellAtLoc: | native RegionClearCellAtLoc takes region whichRegion, location whichLocation returns nothing |
IsUnitInRegion: | native IsUnitInRegion takes region whichRegion, unit whichUnit returns boolean |
IsPointInRegion: | native IsPointInRegion takes region whichRegion, real x, real y returns boolean |
IsLocationInRegion: | native IsLocationInRegion takes region whichRegion, location whichLocation returns boolean |
TriggerRegisterEnterRegion: | native TriggerRegisterEnterRegion takes trigger whichTrigger, region whichRegion, boolexpr filter returns event |
TriggerRegisterLeaveRegion: | native TriggerRegisterLeaveRegion takes trigger whichTrigger, region whichRegion, boolexpr filter returns event |
SaveRegionHandle: | native SaveRegionHandle takes hashtable table, integer parentKey, integer childKey, region whichRegion returns boolean |
blizzard.j |
TriggerRegisterEnterRegionSimple: | function TriggerRegisterEnterRegionSimple takes trigger trig, region whichRegion returns event |
TriggerRegisterLeaveRegionSimple: | function TriggerRegisterLeaveRegionSimple takes trigger trig, region whichRegion returns event |
SaveRegionHandleBJ: | function SaveRegionHandleBJ takes region whichRegion, integer key, integer missionKey, hashtable table returns boolean |
Functions that returns type region
common.j |
CreateRegion: | native CreateRegion takes nothing returns region |
GetTriggeringRegion: | constant native GetTriggeringRegion takes nothing returns region |
LoadRegionHandle: | native LoadRegionHandle takes hashtable table, integer parentKey, integer childKey returns region |
blizzard.j |
LoadRegionHandleBJ: | function LoadRegionHandleBJ takes integer key, integer missionKey, hashtable table returns region |
Page loaded in 0.0328 seconds.
|