View Single Post
  #4  
Old 09-27-2011, 12:43 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Quote:
Originally Posted by adonys View Post
the cascaded inheritances of the same method.


Code:
public override void OnBattleStarted()
    {
        base.OnBattleStarted();
        ...
    }
Sorry, I do not know what it means Maybe you can explain.

I had a script error when I tried to copy a second instance of some method (onTrigger or onActorCreated) to the same script placing it below the 1st one.
Reply With Quote