User Tools

Site Tools


prpl:teleportparticle

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:teleportparticle [2016/12/02 23:34] – external edit 127.0.0.1prpl:teleportparticle [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]]
  
-=====  TELEPORTPARTICLE  =====+=====  TeleportParticle  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+pid x y wholechain? breakbond? | | [ int float float bool bool - ] |
  
  
 === Description === === Description ===
 +Teleports a particle to the target location (in pixel coordinates). You can specify wheter or not to break bonds or teleport the whole chain in case the particle is a part of a chain.
  
 === Examples === === Examples ===
-<code> i3 = GetIntFromStack(); //breakbonds  +<code> 
- i2 = GetIntFromStack(); //wholechain  +<-pid 200 50 1 0 TeleportParticle 
- f2 = GetFloatFromStack(); //py  +#teleprot particle to target location with the whole chain
- f1 = GetFloatFromStack(); //px  +
- i1 = GetIntFromStack(); //Particle UID  +
- +
 </code> </code>
  
prpl/teleportparticle.1480721642.txt.gz · Last modified: 2025/02/14 14:56 (external edit)