View Single Post
01-20-09, 02:43 PM   #2
Davnel
A Fallenroot Satyr
 
Davnel's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 24
it was replaced by self.

Mainly 'self' needs to be passed as an arguement, 'this' on the other hand didn't. So in most cases its a case of seeing where 'this' is used and replacing it with 'self' AND adding 'self' as an input parameter, and working backwards to find out where self needs to come from, which is normally from any xml script calls.

Wont take too long, just be ready to miss out adding self to a few function calls.
  Reply With Quote