Difference between revisions of "GetSystemUniqueId"

From Catglobe Wiki
Jump to: navigation, search
 
Line 4: Line 4:
 
====getSystemUniqueId====
 
====getSystemUniqueId====
  
Get the unique id of the system resource
+
Get the unique resource id of the system resource
  
 
'''Syntax'''
 
'''Syntax'''
Line 17: Line 17:
  
 
number
 
number
 +
 +
'''Examples'''
 +
 +
''print(getSystemUniqueId());''
 +
 +
//return 104371
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 11:39, 23 December 2011


getSystemUniqueId

Get the unique resource id of the system resource

Syntax

getSystemUniqueId()

Arguments

none

Return type

number

Examples

print(getSystemUniqueId());

//return 104371

Availability

Version 4.8