Native referenceFiveM

CALL_SCALEFORM_MOVIE_METHOD_WITH_STRING

0x51BC1ED3CC44E8F7 GRAPHICS
FUNCTION SIGNATURE
void CALL_SCALEFORM_MOVIE_METHOD_WITH_STRING(int scaleform, char* methodName, char* param1, char* param2, char* param3, char* param4, char* param5);
Property Value
Native Name CALL_SCALEFORM_MOVIE_METHOD_WITH_STRING
Hash 0x51BC1ED3CC44E8F7
Return Type void
Parameters scaleform (int), methodName (char*), param1 (char*), param2 (char*), param3 (char*), param4 (char*), param5 (char*)

Description: ``` 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).

Back to GRAPHICS