SetMCMString

From GECK
Jump to: navigation, search

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.

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

[help]
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" 

See Also