natives
natives copied to clipboard
fix(doc/blip): correct link and param
Reference for the link should be this instead of the current link commit.
This reverts citizenfx/natives#1060 commit
Blip isn't a char* though, its an int.
Yep thanks, no idea what I was thinking with char.
why not keep it as Blip since all blip natives use that type?
As freddy said, changing the type here is un-needed.
This change would break compatibility with the C# runtime by changing the C# codegen from RemoveBlip(ref blipIndex) -> RemoveBlip(blipIndex)