Quote:
Originally Posted by tempandrew
I know, my point is that if you go Function(), you don't call it with onFuntion().
|
With scheduleevent and such, if you omit the "on", it adds it for you so that the rule where events start with "on" are enforced. With traditional function calls like Foo(), the same does not apply because the function object is referenced directly by it's name.