CallMinimapScaleformFunction
Docslocal retval = CallMinimapScaleformFunction(miniMap, fnName)Description
This is similar to the PushScaleformMovieFunction natives, except it calls in the TIMELINE of a minimap overlay.
Parameters
| Name | Type | Description |
|---|---|---|
miniMap | int | The minimap overlay ID. |
fnName | char* | A function in the overlay's TIMELINE. |
Returns
BOOLReturns TRUE (1) or FALSE (0).