| Property | Value |
|---|---|
| Native Name | _LOAD_MGM_ASSETS |
| Hash | 0xB727A847862CB00A |
| Return Type | BOOL |
| Build | 1207 |
| API Set | client |
| Parameters | mgmFilename (char*) |
Description: Used to request MiniGameMoments Assets.
mgmFilename's: Poker PokerArthur PokerArthurCamp PokerJohn PokerJohnCamp
Usage
Lua (Direct):
local result = LoadMgmAssets(mgmFilename)
Lua (Hash):
local result = Citizen.InvokeNative(0xB727A847862CB00A, mgmFilename)