<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#particles|Particles]] ===== IsOmni ===== ^Arguments^Result^Notation^ | pid | bool | [ int - bool ] | === Description === Returns true if the PID passed to the command represents the virtual PID of an Omni. === Examples === # Show "Omni Found." in the debug window if this PID represents an Omni if(<-PID isOmni) trace("Omni Found.") endif