Code rename and processRename

This commit is contained in:
cncfanatics
2010-10-10 20:26:04 +02:00
parent 7105c23277
commit 8c468387d4
2 changed files with 43 additions and 4 deletions

View File

@@ -50,3 +50,7 @@ class DamagePattern():
p.name = ""
eos.db.save(p)
return p
def renamePattern(self, p, newName):
p.name = newName
eos.db.save(p)