MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / saveSkill

Method saveSkill

service/character.py:428–431  ·  view source on GitHub ↗
(charID, skillID)

Source from the content-addressed store, hash-verified

426
427 @staticmethod
428 def saveSkill(charID, skillID):
429 char = eos.db.getCharacter(charID)
430 skill = char.getSkill(skillID)
431 skill.saveLevel()
432
433 @staticmethod
434 def addImplant(charID, itemID):

Callers 1

changeLevelMethod · 0.80

Calls 3

getCharacterMethod · 0.80
getSkillMethod · 0.80
saveLevelMethod · 0.80

Tested by

no test coverage detected