UserNumber (Daemon property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 26: | Line 26: | ||
</ul> | </ul> | ||
[[Category:Daemon | [[Category:Daemon methods|UserNumber]] | ||
[[Category:System methods]] | [[Category:System methods]] |
Revision as of 17:53, 2 December 2010
Thread number of daemon.
UserNumber is a member of the Daemon class
This method, primarily useful for debugging, returns the user number of the thread associated with the daemon object. The method takes no arguments and returns a numeric value.
UserNumber Syntax
%num = %daem:UserNumber
Syntax Terms
- %num
- A float variable to contain the returned user number.
- %daem
- A previously defined Daemon object.
See Also
These methods return the user number of the creator of the daemon thread from which the methods are issued: