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

TYPES | FUNCTIONS | VARIABLES

Type pathingtype

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > pathingtype
Children Types:none
Location:common.j, line 94

BACK TO TOP

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

Global variables of type pathingtype:

common.j:
PATHING_TYPE_AMPHIBIOUSPATHING, PATHING_TYPE_ANY, PATHING_TYPE_BLIGHTPATHING, PATHING_TYPE_BUILDABILITY, PATHING_TYPE_FLOATABILITY, PATHING_TYPE_FLYABILITY, PATHING_TYPE_PEONHARVESTPATHING, PATHING_TYPE_WALKABILITY

BACK TO TOP

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

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

constant native ConvertPathingType (integer i) returns pathingtype

BACK TO TOP

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

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

native IsTerrainPathable (real x, real y, pathingtype t) returns boolean
function IsTerrainPathableBJ (location where, pathingtype t) returns boolean
native SetTerrainPathable (real x, real y, pathingtype t, boolean flag) returns nothing
function SetTerrainPathableBJ (location where, pathingtype t, boolean flag) returns nothing

BACK TO TOP

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