Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetResourceGuid

From Catglobe Wiki
Revision as of 09:05, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



getResourceGuid

Returns the resource's Guid by its type and id or its unique id.

Syntax

getResourceGuid(resourceType, id)

or

getResourceGuid(uniqueId)

Arguments

resourceType: Is a number expression. It must be one of the pre-defined constants specified in getResourceTypeFromGuid function.

id: Is a number expression. It is the id of the resource with its specific type.

uniqueId: Is a number expression. It is the unique id of the resource.

Return type

string

Examples

string guid = getResourceGuid(Resource_Type_User, 1);

//guid == getResourceGuid(123), with 123 is the unique id of user with id = 1

Availability

Version 5.4