ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
207 stars 26 forks source link

Hide or importable built-in functions. #197

Closed ItsDeltin closed 4 months ago

ItsDeltin commented 4 years ago

Something like define EventPlayer: EventPlayer(); is not possible anymore because functions can no longer have the same name as variables.

Protowalker commented 4 years ago

I vote for importable - I think a movement towards making more of a stdlib would be a good idea in general.