UserNumber (Daemon property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%"><b>Thread number of daemon.</b></span>
{{Template:Daemon:UserNumber subtitle}}


UserNumber is a member of the [[Daemon class]]
UserNumber is a member of the [[Daemon class]]
Line 5: Line 5:
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.
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==
==Syntax==
<pre>
{{Template:Daemon:UserNumber syntax}}
%num = %daem:UserNumber
===Syntax terms===
</pre>
 
===Syntax Terms===
<dl>
<dl>
<dt>%num  
<dt>%num  
Line 18: Line 15:
</dl>
</dl>


==See Also==
==See also==
{{Template:Daemon:UserNumber footer}}
   
   
These methods return the user number of the creator of the daemon thread from which the methods are issued:
These methods return the user number of the creator of the daemon thread from which the methods are issued:
Line 25: Line 23:
<li>[[ParentNumber (Daemon property)]]
<li>[[ParentNumber (Daemon property)]]
</ul>
</ul>
[[Category:Daemon methods|UserNumber]]

Revision as of 04:53, 7 February 2011

User number of the thread associated with this Daemon (Daemon class)


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.

Syntax

%number = daemon: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: