Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
IsObjectiveActive
Syntax
C++
int IsObjectiveActive(IFunctionHandler * pH, const char * questName, int objectiveId);
Parameters 
Description 
const char * questName 
name of the quest to which objective belongs 
int objectiveId 
id of objective 

Syntax: QuestSystem.IsObjectiveActive(const char *questName, int objectiveId) 

Returns true if objective is active, false if not, or quest or objective does not exist 

 

Copyright (c) 2012. All rights reserved.