SetMCMFloat
From GECK
This article is incomplete. You can help by filling in any blank descriptions. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |
A function added by the MCM NVSE plugin.
Contents
Description
Sets MCM float value.
BUG: SetMCM functions will not display special characters like "äöü", while SetUI functions will. For this reason, MCM functions are not recommended.
Syntax
(float) SetMCMFloat Child:int Grandchild:int Setting:string Value:float
Example
SetMCMFloat 1 1 "_enable" 1
This is equivalent to:
SetUIFloat "StartMenu/MCM/*:1/*:1/_enable" 1