<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#particles|Particles]] ===== BondExists ===== ^Arguments^Result^Notation^ | BondID | bool | [ int - bool ] | === Description === Checks if the passed ID is a valid and existing bond. === Examples === i1 = GetIntFromStack(); //Bond UID stack.Push(new Data(1)); stack.Push(new Data(0));