Quote:
|
Originally Posted by Stefan
You can overload functions, but you should not call your own function if not needed (there is no way yet to call the built-in function explicitely).
|
Well, you've already got the :: thing going for functions defined in classes. Perhaps you could have global:: or something to get predefined functions, like global::shoot()?