MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / init

Method init

eos/capSim.py:70–74  ·  view source on GitHub ↗

prepare modules. a list of (duration, capNeed, clipSize, disableStagger, reloadTime, isInjector) tuples is expected, with clipSize 0 if the module has infinite ammo.

(self, modules)

Source from the content-addressed store, hash-verified

68 return duration, capNeed
69
70 def init(self, modules):
71 """prepare modules. a list of (duration, capNeed, clipSize, disableStagger, reloadTime, isInjector) tuples is
72 expected, with clipSize 0 if the module has infinite ammo.
73 """
74 self.modules = modules
75
76 def reset(self):
77 """Reset the simulator state"""

Callers 1

__runCapSimMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected