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

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

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

 

Copyright (c) 2012. All rights reserved.