Difference between revisions of "GetCurrentUserId"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:User_Functions]]
 
[[Category:User_Functions]]
{{HelpFiles}}
+
[Obsolete - Please use [[User_getCurrentUser|User_getCurrentUser]]]
  
 
====getCurrentUserId====
 
====getCurrentUserId====

Revision as of 12:25, 12 May 2022

[Obsolete - Please use User_getCurrentUser]

getCurrentUserId

Returns the id of the current thread’s user.

Syntax

getCurrentUserId()

Arguments

none

Return type

number

Examples

number id = getCurrentUserId();

print (id); //Return the user id of the current thread’s user.

Availability

Version 4.8