Skip to content

Commit

Permalink
Merge Add typedefs for RedM and update native-doc-tooling (pr-2388)
Browse files Browse the repository at this point in the history
 - 92d3e51 tweak(vendor): update native-doc-tooling
 - 8ca2ea1 feat(ext/natives): add typedefs for RDR3
  • Loading branch information
thorium-cfx committed Feb 21, 2024
2 parents 381dfa0 + 92d3e51 commit 7b17b3e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/native-doc-tooling
24 changes: 23 additions & 1 deletion ext/natives/codegen_types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,26 @@ type 'func'
nativeType 'func'

type 'object'
nativeType 'object'
nativeType 'object'

-- rdr3 specific
type 'ItemSet'
nativeType 'int'

type 'AnimScene'
nativeType 'int'

type 'PersChar'
nativeType 'int'

type 'PopZone'
nativeType 'int'

type 'Prompt'
nativeType 'int'

type 'PropSet'
nativeType 'int'

type 'Volume'
nativeType 'int'

0 comments on commit 7b17b3e

Please sign in to comment.