TheStarport / FLHook

A Server Improvement for Freelancer.
GNU General Public License v3.0
30 stars 16 forks source link

Add split string function #180

Closed Lazrius closed 1 year ago

Lazrius commented 1 year ago

Basic function for splitting string based on delimiter. Long term for performance reasons we should aim to phase out GetParam being used everywhere and instead call this and grab by index. GetParam is inefficient as it will reparse the string every time splitting based on the specified character.