SetMCMFloat

From GECK
Jump to: navigation, search
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.

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

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

See Also