mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
fix(scaleform): missing types
This commit is contained in:
@@ -16,8 +16,9 @@
|
|||||||
---@field draw boolean
|
---@field draw boolean
|
||||||
---@field target number
|
---@field target number
|
||||||
---@field targetName string
|
---@field targetName string
|
||||||
---@field handle number
|
---@field sfHandle? number
|
||||||
---@field fullScreen boolean
|
---@field fullScreen boolean
|
||||||
|
---@field private private { isDrawing: boolean }
|
||||||
lib.scaleform = lib.class('Scaleform')
|
lib.scaleform = lib.class('Scaleform')
|
||||||
|
|
||||||
--- Converts the arguments into data types usable by scaleform
|
--- Converts the arguments into data types usable by scaleform
|
||||||
|
|||||||
Reference in New Issue
Block a user