Generates one unique id.
Declaration Syntax
C# |
public static int GenID( SofuObject data )
Parameters
- data (SofuObject)
- object to generate the ID for
Return Value
One unique id
Remarks
Don't use this, there is no need to.
Examples
CopyC#
Sofu.Sofu.Map stuff = new Sofu.Sofu.Map();
Console.Out.WriteLine(Sofu.Sofu.SofuObject.GenID(stuff));