Native referenceRedM

_UI_PROMPT_CONTEXT_SET_VOLUME

0x4D107406667423BE HUD
FUNCTION SIGNATURE
void _UI_PROMPT_CONTEXT_SET_VOLUME(`prompt` (Prompt), `volume` (Volume));

Description: Attaches a Volume

Property Value
Native Name _UI_PROMPT_CONTEXT_SET_VOLUME
Hash 0x4D107406667423BE
Return Type void
Build 1207
Parameters prompt (Prompt), volume (Volume)

Parameters

  • prompt (Prompt)
  • volume (Volume)

Usage

Lua (Direct):

UiPromptContextSetVolume(prompt, volume)

Lua (Hash):

Citizen.InvokeNative(0x4D107406667423BE, prompt, volume)

Back to HUD