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

TYPES | FUNCTIONS | VARIABLES

Type multiboarditem

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > multiboarditem
Children Types:none
Location:common.j, line 83

BACK TO TOP

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

Global variables of type multiboarditem:

none

BACK TO TOP

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

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

native LoadMultiboardItemHandle (hashtable table, integer parentKey, integer childKey) returns multiboarditem
function LoadMultiboardItemHandleBJ (integer key, integer missionKey, hashtable table) returns multiboarditem
native MultiboardGetItem (multiboard lb, integer row, integer column) returns multiboarditem

BACK TO TOP

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

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

native MultiboardReleaseItem (multiboarditem mbi) returns nothing
native MultiboardSetItemIcon (multiboarditem mbi, string iconFileName) returns nothing
native MultiboardSetItemStyle (multiboarditem mbi, boolean showValue, boolean showIcon) returns nothing
native MultiboardSetItemValue (multiboarditem mbi, string val) returns nothing
native MultiboardSetItemValueColor (multiboarditem mbi, integer red, integer green, integer blue, integer alpha) returns nothing
native MultiboardSetItemWidth (multiboarditem mbi, real width) returns nothing
native SaveMultiboardItemHandle (hashtable table, integer parentKey, integer childKey, multiboarditem whichMultiboarditem) returns boolean
function SaveMultiboardItemHandleBJ (multiboarditem whichMultiboarditem, 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