SetMCMString
From GECK
BUG: SetMCM functions will not display special characters like "äöü", while SetUI functions will. For this reason, MCM functions are not recommended.
A function added by the MCM NVSE plugin.
Contents
Description
Sets the value of a an MCM UI trait to a Formatted String.
formattedStringDoes does not work correctly with Inline Expressions, nor with String Variables.
Syntax
SetMCMString Child:int Grandchild:int Setting:int text:formattedString formatVars(up to 20)
Example
SetMCMString 1 2 "_title" "Type 2 Option"
This is equivalent to using SetUIString like so:
SetUIString "StartMenu/MCM/*:1/*:2/_title" "Type 2 Option"