removespriteactiongroup

Removes a sprite action group, sagnname, from the ribbon page group in the Twin Activate user interface. removespriteactiongroup is only available in the Twin Activate GUI.

Syntax

removespriteactiongroup(sagnname)

Inputs

sagnname
The name of the sprite action group.
Type: string

Examples

Remove the sprite action group from a ribbon page group:
addribbonpagegroup('Test','Indentation');
addspriteactiongroup('Test', 'Indentation', 'TestSG', 'UnIndent',0,80);
removespriteactiongroup('TestSG')