JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type questitem:
|
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 |
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 |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |