mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Merge with Kelketek's branch (which also includes dbenoy's branch)
This commit is contained in:
commit
ca11e7de44
8 changed files with 28 additions and 20 deletions
|
|
@ -38,7 +38,7 @@ else:
|
|||
|
||||
def hashid(obj, suffix=""):
|
||||
"""
|
||||
Returns a per-class unique that combines the object's
|
||||
Returns a per-class unique hash that combines the object's
|
||||
class name with its idnum and creation time. This makes this id unique also
|
||||
between different typeclassed entities such as scripts and
|
||||
objects (which may still have the same id).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue