View Single Post
  #7  
Old 05-13-2005, 04:39 PM
vadrian vadrian is offline
Member
 
Join Date: Sep 2004
Posts: 32
i guess i'm really into sublcassing
anyway, now i want to make a subclass of an Avatar. I want to have the same functionality of the vizard class, but also add my own custom actions. right now i just have a generic class with an avatar as an instance variable, but i have to remake a lot of function wrappers for every action i want to add.

is there a way to add behaviors/actions to a vizard-class or sub-classes avatar? that is, i want to have calls like .state(27) or .execute(29) with 27/29 being my own.

should i subclass off vizavatar, node3d? does this make sense?
Reply With Quote