Scaleform

Preview

MSK.Scaleform.FreemodeMessage

MSK.Scaleform.PopupWarning

MSK.Scaleform.FreemodeMessage

Parameters title - string - The Title text text - string - The Message text duration - number <miliseconds> - Duration in miliseconds - Optional: default: 5000

MSK.Scaleform.FreemodeMessage(header, text, duration)

-- As an Export:
exports.msk_core:FreemodeMessage(header, text, duration)

MSK.Scaleform.PopupWarning

Parameters title - string - The Title text text - string - The Message text footer- string - The Footer text - Optional duration - number <miliseconds> - Duration in miliseconds - Optional: default: 5000

MSK.Scaleform.PopupWarning(header, text, footer, duration)

-- As an Export:
exports.msk_core:PopupWarning(header, text, footer, duration)

MSK.Scaleform.BreakingNews

Parameters title - string - The Title text text - string - The Message text footer- string - The Footer text - Optional duration - number <miliseconds> - Duration in miliseconds - Optional: default: 5000

MSK.Scaleform.BreakingNews(header, text, footer, duration)

-- As an Export:
exports.msk_core:BreakingNews(header, text, footer, duration)

MSK.Scaleform.TrafficMovie

Parameters duration - number <miliseconds> - Duration in miliseconds - Optional: default: 5000

MSK.Scaleform.TrafficMovie(duration)

-- As an Export:
exports.msk_core:TrafficMovie(duration)

Last updated