Graphics::callScaleformMovieFunctionFloatParams

From RAGE Multiplayer Wiki
Revision as of 19:46, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Calls the Scaleform function and passes the parameters as floats.

The number of parameters passed to the function varies, so the end of the parameter list is represented by -1.0.==Syntax==

graphics.callScaleformMovieFunctionFloatParams(scaleform, functionName, param1, param2, param3, param4, param5);

=== Required Arguments ===*scaleform: int*functionName: String*param1: float*param2: float*param3: float*param4: float*param5: float===Return value===*Undefined==Example==

todo

==See also==Template:Graphics function c