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

TYPES | FUNCTIONS | VARIABLES

Type code

Global Variables | Functions That Return | Functions That Take

Native Typecode
Children Types:none

BACK TO TOP

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

Global variables of type code:

none

BACK TO TOP

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

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

none

BACK TO TOP

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

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

function CampaignAI (integer farms, code heroes) returns nothing
native Condition (code func) returns conditionfunc
function EnumDestructablesInCircleBJ (real radius, location loc, code actionFunc) returns nothing
native EnumDestructablesInRect (rect r, boolexpr filter, code actionFunc) returns nothing
function EnumDestructablesInRectAll (rect r, code actionFunc) returns nothing
native EnumItemsInRect (rect r, boolexpr filter, code actionFunc) returns nothing
function EnumItemsInRectBJ (rect r, code actionFunc) returns nothing
function EnumUnitsSelected (player whichPlayer, boolexpr enumFilter, code enumAction) returns nothing
native Filter (code func) returns filterfunc
native ForForce (force whichForce, code callback) returns nothing
native ForGroup (group whichGroup, code callback) returns nothing
function ForGroupBJ (group whichGroup, code callback) returns nothing
native SetHeroLevels (code func) returns nothing
function StandardAI (code heroes, code peons, code attacks) returns nothing
function StandardAI (code heroes, code peons, code attacks) returns nothing
function StandardAI (code heroes, code peons, code attacks) returns nothing
native StartThread (code func) returns nothing
function StartTownBuilder (code func) returns nothing
native TimerStart (timer whichTimer, real timeout, boolean periodic, code handlerFunc) returns nothing
native TriggerAddAction (trigger whichTrigger, code actionFunc) returns triggeraction

BACK TO TOP

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