Skip to content

GetScaleformsStatus

Returns the status of the default scaleforms/gfx renderer (if is taken from a n3d)

Dont need to be called every frame

Returns
Child Data Type Description
activeList table {name = scaleformName, data = n3d}
inactiveList table {name = scaleformName, data = {}}
Example
local active, inactive = GetScaleformsStatus()

print(inactive[1]) -- print the first scaleform/gfx available  

Last update: December 16, 2022
Created: December 16, 2022