This is an old revision of the document!
<- PRPL reference <- Particles
| Arguments | Result | Notation |
|---|---|---|
| PID | True/False | [ i1 - b1 ] |
Returns true if the PID passed to the command represents the virtual PID of an Omni.
# Show "Omni Found." in the debug window if this PID represents an Omni
if(<-PID isOmni)
trace("Omni Found.")
endif