Перейти к содержанию

Graphics::requestScaleformMovie3

Материал из RAGE MP Wiki Archive

Similar to REQUEST_SCALEFORM_MOVIE, but seems to be some kind of 'interactive' scaleform movie?

These seem to be the only scaleforms ever requested by this native:
'breaking_news'
'desktop_pc'
'ECG_MONITOR'
'Hacking_PC'
'TEETH_PULLING'

Note: Unless this hash is out-of-order, this native is next-gen only.

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.requestScaleformMovie3(scaleformName);</syntaxhighlight>

Required Arguments

  • scaleformName: String

Return value

  • int

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also