_REQUEST_LETTER_BOX_OVERTIME
Creates Cinematic Black Bars (at top and bottom) (this frame)
CAMBuild 1207
Signature
lua
RequestLetterBoxOvertime(0, 0, true, 0, true, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | — | |
| int | — | |
| BOOL | — | |
| int | — | |
| BOOL | — | |
| BOOL | — |
Usage
Named call
RequestLetterBoxOvertime(0, 0, true, 0, true, true)InvokeNative
Citizen.InvokeNative(0xE296208C273BD7F0, 0, 0, true, 0, true, true)lua 1
CreateThread(function()
local inLetterBoxFrom = GetGameTimer()
while GetGameTimer() - inLetterBoxFrom >= 10000 do
Wait(0)
RequestLetterBoxOvertime(1000, 1000)
end
end)Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
