Skip to content

Conversation

@KAMKEEL
Copy link
Owner

@KAMKEEL KAMKEEL commented Jan 9, 2026

No description provided.

…overload.

i.ie Math.max(20f,20) checks if the second int can be promoted to the nearest matching overload max(float, float), and fetches it
 Turned off script error logging
i.e IPlayer.d.ts patch for getDBCPlayer() by npcdbc addon to return IDBCAddon instead of IDBCPlayer
List<IPlayer> list;
list.get(0) NOW returns IPlayer, instead of T or Object.

Nested generics are also handled and functional:
Map<String, List<IPlayer>>

Implemented TokenHoverInfo/Autocomplete rendering and handling for generics as well.
…ween it and receiver like "player. get <- doesnt work due to WS"
…ters and locals resolve correctly inside the callable body,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants