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

TYPES | FUNCTIONS | VARIABLES

Type questitem

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > questitem
Children Types:none
Location:common.j, line 78

BACK TO TOP

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

Global variables of type questitem:

Blizzard.j:
bj_lastCreatedQuestItem

BACK TO TOP

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

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

function CreateQuestItemBJ (quest whichQuest, string description) returns questitem
function GetLastCreatedQuestItemBJ () returns questitem
native LoadQuestItemHandle (hashtable table, integer parentKey, integer childKey) returns questitem
function LoadQuestItemHandleBJ (integer key, integer missionKey, hashtable table) returns questitem
native QuestCreateItem (quest whichQuest) returns questitem

BACK TO TOP

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

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

native IsQuestItemCompleted (questitem whichQuestItem) returns boolean
native QuestItemSetCompleted (questitem whichQuestItem, boolean completed) returns nothing
function QuestItemSetCompletedBJ (questitem whichQuestItem, boolean completed) returns nothing
native QuestItemSetDescription (questitem whichQuestItem, string description) returns nothing
function QuestItemSetDescriptionBJ (questitem whichQuestItem, string description) returns nothing
native SaveQuestItemHandle (hashtable table, integer parentKey, integer childKey, questitem whichQuestitem) returns boolean
function SaveQuestItemHandleBJ (questitem whichQuestitem, 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