04-27-2017, 12:23 AM
(This post was last modified: 04-27-2017, 03:20 AM by Seadragon91.)
What's the correct way to call a static function?
or
Edit: Or should both cases be allowed? I also find that some stack traces are not easy to understand.
Code:
Class:Function()
Code:
Class.Function()
Edit: Or should both cases be allowed? I also find that some stack traces are not easy to understand.