- This wiki is out of date, use the continuation of this wiki instead
ProcessID
From FenixWiki
(Difference between revisions)
Revision as of 13:10, 23 March 2007 (edit) 130.89.160.132 (Talk) ← Previous diff |
Revision as of 13:11, 23 March 2007 (edit) (undo) 130.89.160.132 (Talk) 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:130.89.160.132|130.89.160.132]] 14:10, 23 March 2007 (CET) |
Revision as of 13:11, 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.