This wiki is out of date, use the continuation of this wiki instead

ProcessID

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:11, 23 March 2007 (edit)
130.89.160.132 (Talk)

← Previous diff
Revision as of 13:58, 23 March 2007 (edit) (undo)
Sandman (Talk | contribs)

Next diff →
Line 1: Line 1:
A ProcessID is a unique identification code, for one instance of a [[processtype]]. A ProcessID is always odd and larger than 65536 (2^16).<br /> A ProcessID is a unique identification code, for one instance of a [[processtype]]. A ProcessID is always odd and larger than 65536 (2^16).<br />
This makes it possible to use for example the [[function]] [[collision]]() in an [[if]]() statement. This is because [[collision]]() returns the ProcessID the [[process]] calling [[collision]]() has collided with. This makes it possible to use for example the [[function]] [[collision]]() in an [[if]]() statement. This is because [[collision]]() returns the ProcessID the [[process]] calling [[collision]]() has collided with.
 +
 +
 +
 +----
 +
 +--[[User:Sandman|Sandman]] 14:56, 23 March 2007 (CET)

Revision as of 13:58, 23 March 2007

A ProcessID is a unique identification code, for one instance of a processtype. A ProcessID is always odd and larger than 65536 (2^16).
This makes it possible to use for example the function collision() in an if() statement. This is because collision() returns the ProcessID the process calling collision() has collided with.



--Sandman 14:56, 23 March 2007 (CET)

Personal tools