
02-05-2002, 03:58 PM
|
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
Quote:
Originally posted by Kaimetsu
Oops, I didn't even mean polymorphism. I meant the other thing whose name I've forgotten. Basically:
NPC Code:
function hi(i){
<code>
}
function hi(i,j){
<othercode>
}
Same function name, allowed because the params are different. Cookie to the guy who can remind me what it's called.
|
its called magik ... |
|
|
|