This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:getallconnectedbonds [2016/12/02 23:34] – external edit 127.0.0.1 | prpl:getallconnectedbonds [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[.: | + | <- [[.: |
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | + | | pid | bid* count | [ int - int* int] | |
=== Description === | === Description === | ||
+ | Gets all bonds that are connected to this particle in a chain. All the bond ids are pushed on top of the stack, with the total count pushed on top of it, similar to [[prpl: | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | stack.Push(new Data(b.UID)); | + | # destroy all bonds |
- | stack.Push(new Data(results.Count)); | + | <-pid GetAllConnectedBonds 0 do |
- | } else { | + | |
- | stack.Push(new Data(0)); | + | loop |
- | + | ||
</ | </ | ||