fivem icon indicating copy to clipboard operation
fivem copied to clipboard

tweak(native-decls): remove unimplemented decls

Open kams3 opened this issue 5 months ago • 4 comments

  • Renamed DoorSystemGetSystemSize.md to DoorSystemGetSize.md: actual fn name is DoorSystemGetSize
  • Removed FlagServerAsPrivate.md: FLAG_SERVER_AS_PRIVATE is not implemented
  • Removed SetSnakeoilForEntry.md: SET_SNAKEOIL_FOR_ENTRY is not implemented
  • Removed TempBanPlayer.md: TEMP_BAN_PLAYER is not implemented

kams3 avatar Jan 30 '24 15:01 kams3

You could add CREATE_PED, because on the documentation CREATE_PED is marked as a RPC, but the RPC version is not used anymore

ahcenezdh avatar Jan 30 '24 16:01 ahcenezdh

Removed SetSnakeoilForEntry.md: SET_SNAKEOIL_FOR_ENTRY is not implemented

SET_SNAKEOIL_FOR_ENTRY is implemented in adhesive.

TheIndra55 avatar Jan 30 '24 16:01 TheIndra55

You could add CREATE_PED, because on the documentation CREATE_PED is marked as a RPC, but the RPC version is not used anymore

Codegen still stems from the RPC implementation.

blattersturm avatar Jan 30 '24 16:01 blattersturm

You could add CREATE_PED, because on the documentation CREATE_PED is marked as a RPC, but the RPC version is not used anymore

Codegen still stems from the RPC implementation.

Didn't know

ahcenezdh avatar Jan 30 '24 17:01 ahcenezdh