ApiApp().ClearPagerTags

Clears the PAGER Tags output stack.

Description

PAGER Tags are queued in tandem with the Text, Voice, Data outputs when an Exuder with PAGER Tags is executed. Clearing the queue will stop new PAGER Tags from executing motion or related values on the Avatar, as well as any other commands coming from the Tag Parser.

Example Usage (C#)


//Stopping all PAGER Tags to halt a current gestures or performance commands

bool success = _core.ApiApp().ClearPagerTags();

Parameters

None.

Returns

The boolean success or failure of the operation.

See Also

  • ApiApp().GetPAGERTagPresetData
  • ApiApp().SetPagerTagsOutput
  • ApiApp().GetPagerTagsOuput