I was looking at some example code for a mutator. The mutator overrode the function MutatorTakeDamage. I'm a n00b, and my understanding of uscript so far is that when you're making a mutator, you're overriding functions already defined in Mutator.uc. But when I looked in Mutator.uc I didn't find the function MutatorTakeDamage :/ So then I did a search through all the .uc's for files containing the text "MutatorTakeDamage". Results: 0.
Where the heck is this thing defined? If I hadn't seen MutatorTakeDamage used in another mutator, how would I ever have know of its existence? Or am I just totally wrong and you don't always override functions?
Where the heck is this thing defined? If I hadn't seen MutatorTakeDamage used in another mutator, how would I ever have know of its existence? Or am I just totally wrong and you don't always override functions?
Comment