<- PRPL reference <- Particles
Arguments | Result | Notation |
---|---|---|
pid | bool | [ int - bool ] |
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