SetScaleformMovieToUseLargeRt
DocsSetScaleformMovieToUseLargeRt(scaleformMovieId, useLargeRT)Description
Introduced in build 573
Configures a Scaleform movie to render to a large render target (1280x720), which is useful for ensuring higher quality and clarity in certain display scenarios. Such as displaying the name of an organization (CEO Office) in a visually impactful way for example.
Parameters
| Name | Type | Description |
|---|---|---|
scaleformMovieId | int | The handle of the Scaleform to be used. |
useLargeRT | BOOL | A boolean switch to enable/disable the use of the large rendertarget. |
Returns
voidThis native does not return a value.