samp-stdlib
samp-stdlib copied to clipboard
Type safety
I think we need WAY more tags everywhere. Not for master, but definately as an option. Like Pickup:
, Object:
, Vehicle:
etc. Even tags for things that are often confused, like ColourRGBA:
vs. ColourARGB:
etc.
Totally agree. Maybe it could be in master but behind some preprocessor flags, thoughts?
How would you deal with multiple scripts/libraries referencing the standard library with different settings? If the main script turned this on, would all libraries still be able to use the functions without warnings?
I'm not sure, the streamer has the same issue. I'm all for tags and quite a few people are, but it would require some kind of general consensus.
Maybe this can be resolved with a warning push/pop method?