esx-overextended / es_extended

FiveM RPG Framework
GNU General Public License v3.0
23 stars 9 forks source link

refactor: dynamically load ESX attributes #60

Closed mahanmoulaei closed 3 months ago

mahanmoulaei commented 3 months ago

This change avoids loading all of ESX object properties and methods to every external resources. It only loads the required indices based on the resource usage. It minimizes the memory allocation...

mahanmoulaei commented 3 months ago

References #59