Scaleform
Last updated
Last updated
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)
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)
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)
Parameters
duration - number <miliseconds>
- Duration in miliseconds - Optional: default: 5000
MSK.Scaleform.TrafficMovie(duration)
-- As an Export:
exports.msk_core:TrafficMovie(duration)