Graphics::callScaleformMovieFunctionStringParams
Calls the Scaleform function and passes the parameters as strings.
The number of parameters passed to the function varies, so the end of the parameter list is represented by 0 (NULL).
Syntax
```js mp.game.graphics.callScaleformMovieFunctionStringParams(scaleform, functionName, param1, param2, param3, param4, param5); ```
Required Arguments
- scaleform: int
- functionName: String
- param1: String
- param2: String
- param3: String
- param4: String
- param5: String
Return value
- Undefined
Example
```js // todo ```