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

GetCurrentUserUniqueId: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:User_Functions]]

{{HelpFiles}}


====getCurrentUserUniqueId====
====getCurrentUserUniqueId====
Line 16: Line 16:
'''Return type'''
'''Return type'''


number
number. It's userResourceId


'''Examples'''
'''Examples'''


number id = getCurrentUserUniqueId();
number id = getCurrentUserUniqueId();
//123534


'''Availability'''
'''Availability'''

Latest revision as of 08:53, 11 December 2019



getCurrentUserUniqueId

Returns the unique id of the current thread’s user.

Syntax

getCurrentUserUniqueId()

Arguments

none

Return type

number. It's userResourceId

Examples

number id = getCurrentUserUniqueId();

//123534

Availability

Version 4.8