ClassID returns the class identifier for the ClassBySignature.
()
| 40 | |
| 41 | // ClassID returns the class identifier for the ClassBySignature. |
| 42 | func (c ClassInfo) ClassID() ClassID { |
| 43 | return ClassID(c.TypeID) |
| 44 | } |
| 45 | |
| 46 | // GetClassesBySignature returns all the loaded classes matching the requested |
| 47 | // signature from the server. |