Skip to main content

SetCategory

Shared
Lyn.Command.SetCategory(string category)Function

Description

Sets the default category for subsequently created commands.

Params

  1. string category

Example:

Lyn.Command.SetCategory("Fun")
-- All commands created after this will be in "Fun" category