Package schlachtfeld :: Module Group :: Class Army
[hide private]
[frames] | no frames]

Class Army

source code

Group --+
        |
       Army

One of the sides. Can contain of several Groups and is in itself a group. Army leaders affect all groups.

Instance Methods [hide private]
  __init__(self, aname=u'unknown army', aresign=0.1, aflee=0.3)

Inherited from Group: __repr__, count, fleeresigncheck, setbattlefield, setenemy


Method Details [hide private]

__init__(self, aname=u'unknown army', aresign=0.1, aflee=0.3)
(Constructor)

source code 
None
Overrides: Group.__init__