jazzisparis / JIP-LN-NVSE

An extension for the New Vegas Script Extender (NVSE)
GNU General Public License v3.0
50 stars 14 forks source link

Use safer array extraction #18

Closed Demorome closed 2 years ago

Demorome commented 2 years ago

Will help the compiler be more safe for these functions, and more flexible in the case of inline array declaration. I went through every function that used LookupArrayByID, besides the undocumented RefMapArraySetValue. I am pushing this late at night so there might be some obvious mistake here...