getGuid method

int getGuid()

Get this instance's guid as integer.

Implementation

int getGuid() {
	return this._guid;
}