This function can be used to get any flags associated witht he given @command. The value of @command may either be the internal command ID or the command's trigger.
Example:
@flags = %commandGetFlags( @commandId ) if( @flags->attribute->remainShidden ) { // ... } endif |