This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:getallconnectedparticlecount [2016/12/02 23:34] – external edit 127.0.0.1 | prpl:getallconnectedparticlecount [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[.: | + | <- [[.: |
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | + | | pid | count | [ int - int ] | |
=== Description === | === Description === | ||
+ | Gets the number particles that are connected to this particle in a chain, including itself. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | stack.Push(new Data(results.Count)); | + | "Chain size:" <-pid GetAllConnectedParticleCount Trace2 |
- | } else { | + | |
- | stack.Push(new Data(0)); | + | |
- | + | ||
</ | </ | ||