2022-05-04, 23:40
2022-05-04 New integer info
- Skin.Numeric(setting)
This integer info allows you to obtain the value of a given skin setting as an integer value. It may be useful for use within Integer.* info bools in complex comparisons (once https://github.com/xbmc/xbmc/pull/21352 goes in).
example of what can be done (not really of particular use though ): Integer.IsEven(Skin.Numeric(mysetting))
Pull request: https://github.com/xbmc/xbmc/pull/21329
- Skin.Numeric(setting)
This integer info allows you to obtain the value of a given skin setting as an integer value. It may be useful for use within Integer.* info bools in complex comparisons (once https://github.com/xbmc/xbmc/pull/21352 goes in).
example of what can be done (not really of particular use though ): Integer.IsEven(Skin.Numeric(mysetting))
Pull request: https://github.com/xbmc/xbmc/pull/21329