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

TYPES | FUNCTIONS | VARIABLES

Type fogmodifier

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > fogmodifier
Children Types:none
Location:common.j, line 74

BACK TO TOP

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

Global variables of type fogmodifier:

Blizzard.j:
bj_lastCreatedFogModifier

BACK TO TOP

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

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

native CreateFogModifierRadius (player forWhichPlayer, fogstate whichState, real centerx, real centerY, real radius, boolean useSharedVision, boolean afterUnits) returns fogmodifier
native CreateFogModifierRadiusLoc (player forWhichPlayer, fogstate whichState, location center, real radius, boolean useSharedVision, boolean afterUnits) returns fogmodifier
function CreateFogModifierRadiusLocBJ (boolean enabled, player whichPlayer, fogstate whichFogState, location center, real radius) returns fogmodifier
function CreateFogModifierRadiusLocSimple (player whichPlayer, fogstate whichFogState, location center, real radius, boolean afterUnits) returns fogmodifier
native CreateFogModifierRect (player forWhichPlayer, fogstate whichState, rect where, boolean useSharedVision, boolean afterUnits) returns fogmodifier
function CreateFogModifierRectBJ (boolean enabled, player whichPlayer, fogstate whichFogState, rect r) returns fogmodifier
function CreateFogModifierRectSimple (player whichPlayer, fogstate whichFogState, rect r, boolean afterUnits) returns fogmodifier
function GetLastCreatedFogModifier () returns fogmodifier
native LoadFogModifierHandle (hashtable table, integer parentKey, integer childKey) returns fogmodifier
function LoadFogModifierHandleBJ (integer key, integer missionKey, hashtable table) returns fogmodifier

BACK TO TOP

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

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

native DestroyFogModifier (fogmodifier whichFogModifier) returns nothing
native FogModifierStart (fogmodifier whichFogModifier) returns nothing
native FogModifierStop (fogmodifier whichFogModifier) returns nothing
native SaveFogModifierHandle (hashtable table, integer parentKey, integer childKey, fogmodifier whichFogModifier) returns boolean
function SaveFogModifierHandleBJ (fogmodifier whichFogModifier, integer key, integer missionKey, hashtable table) returns boolean

BACK TO TOP

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