15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
[GENERAL_COMPONENTS]
|
|
switch({component}) {
|
|
case "command":
|
|
"command";
|
|
break;
|
|
case "setting":
|
|
"setting";
|
|
break;
|
|
case "inhibitor":
|
|
"inhibitor":
|
|
break;
|
|
}
|
|
|
|
[EXAMPLES]
|
|
Example usage |