Difference between revisions of "GetCurrentUserUniqueId"

From Catglobe Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
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 10: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