Game Development Community

Simple Scope Question

by Cory Anderson · in Torque Game Engine · 06/03/2008 (9:16 pm) · 2 replies

If I understand correctly, two functions from two different scripts cannot have the same name, because once they are executed, the functions are loaded into the collection, correct? I just want to clear this up in case I am wrong.

#1
06/03/2008 (9:31 pm)
I think that is the case. You should also look at "packages", they can override TS functions.
#2
06/04/2008 (10:50 am)
Oh yeah I forgot about packages. Well thank you phillip :)