Page 1 of 1

Need help understanding the creature definition class

PostPosted: 23 Sep 2012, 17:16
by Smilex
So I'm currently coding the XML stuff and looking at this http://opendungeons.sourceforge.net/dox ... c69f9a4d52 I'm not completely sure what the className parameter is for, is it just the CreatureJob in text form?

Re: Need help understanding the creature definition class

PostPosted: 23 Sep 2012, 18:19
by oln
The class defines a creature type. So className would be the name of the type. CreatureJob is used by the AI to determine behaviour I think.