BOOL _UI_PROMPT_DOES_AMBIENT_GROUP_EXIST(`hash` (Hash));
| Property |
Value |
| Native Name |
_UI_PROMPT_DOES_AMBIENT_GROUP_EXIST |
| Hash |
0xEB550B927B34A1BB |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
hash (Hash) |
Parameters
Usage
Lua (Direct):
local result = UiPromptDoesAmbientGroupExist(hash)
Lua (Hash):
local result = Citizen.InvokeNative(0xEB550B927B34A1BB, hash)
Back to HUD