Graphics::requestScaleformMovie3
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
```js mp.game.graphics.requestScaleformMovie3(scaleformName); ```
Required Arguments
- scaleformName: String
Return value
- int
Example
```js // todo ```