User Tools

Site Tools


prpl:getallconnectedparticles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:getallconnectedparticles [2016/12/02 23:34] – external edit 127.0.0.1prpl:getallconnectedparticles [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]+<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#particles|Particles]]
  
-=====  GETALLCONNECTEDPARTICLES  =====+=====  GetAllConnectedParticles  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+pid pid* count | [ int int* int] |
  
  
 === Description === === Description ===
 +Gets all particles that are connected to this particles in a chain, including itself. All the particle ids are pushed on top of the stack, with the total count pushed on top of it, similar to [[prpl:getcoreswithvar|GETCORESWITHVAR]].
  
 === Examples === === Examples ===
-<code> i1 = GetIntFromStack();  +<code> 
- stack.Push(new Data(rp.UID));  +# damage the whole chain 
- stack.Push(new Data(results.Count));  +<-pid GetAllConnectedParticles 0 do 
- } else {  +    0.5 DamageParticle 
- stack.Push(new Data(0));  +loop
- +
 </code> </code>
  
prpl/getallconnectedparticles.1480721642.txt.gz · Last modified: 2025/02/14 14:56 (external edit)