User Tools

Site Tools


prpl:getparticleposition

<- PRPL reference <- Everything Else 2

GETPARTICLEPOSITION

ArgumentsResultNotation
[ - ]

Description

Examples

	i1 = GetIntFromStack(); //Particle UID 
			stack.Push(new Data(p.position.x)); 
			stack.Push(new Data(p.position.y)); 
		} else { 
			stack.Push(new Data(-1)); 
			stack.Push(new Data(-1)); 
 
	
<-particleid GetParticlePosition  ->Yp ->Xp 
 
prpl/getparticleposition.txt · Last modified: 2019/08/31 18:14 by chozabu