Difference between revisions of "GetSystemUniqueId"
Cg huyphong (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Resource_Functions]] | [[Category:Resource_Functions]] | ||
− | + | {{HelpFiles}} | |
====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 10: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