#include <IScriptTagCmdData.h>
|
| enum | { kDefaultIID = IID_ISCRIPTTAGCMDDATA } |
| |
An interface used by the kSetScriptingTagCmdBoss. Use IScriptUtils::SetScriptingTag() or IScriptUtils::SetScriptingTags() to access this command. This interface is included in the SDK for reference purposes only and plug-in developers should not invoke any of the "Set" APIs in this interface.
| virtual bool16 IScriptTagCmdData::GetReplaceExistingLabels | ( | | ) | const |
| pure virtual |
Return whether to replace existing labels
| virtual const RequestContext& IScriptTagCmdData::GetRequestContext | ( | | ) | const |
| pure virtual |
Return the request context
| virtual ErrorCode IScriptTagCmdData::GetScriptList | ( | ScriptList & | scriptList | ) | const |
| pure virtual |
| virtual void IScriptTagCmdData::SetScriptList | ( | const ScriptList & | scriptList, | | | const EngineContext & | context | | ) | | |
| pure virtual |
Set the target object(s) and context
Set multiple labels
- Parameters
| replaceExistingLabels | if kTrue instructs command to replace any and all existing labels with the newly supplied ones |