FCMUI

Summary of Modifications

  • FCString parameter in getters is optional and if omitted, the result will be returned as a Lua string.

Functions

GetDecimalSeparator

fcmui.GetDecimalSeparator(self, str)

View source

[?Fluid] [Override]

Override Changes:

  • Passing an FCString is optional. If omitted, the result is returned as a Lua string. If passed, nothing is returned and the method is fluid.
Input Type Description
self FCMUI
str (optional) FCString
Return type Description
string