User Tools

Site Tools


prpl:getparticleforceparams

<- PRPL reference <- Everything Else 2

GETPARTICLEFORCEPARAMS

ArgumentsResultNotation
[ - ]

Description

Examples

	i1 = GetIntFromStack(); //Particle UID 
			stack.Push(new Data((int)p.oscillationType)); 
			stack.Push(new Data(p.oscillationForceMin)); 
			stack.Push(new Data(p.oscillationForceMax)); 
			stack.Push(new Data(p.oscillationTime)); 
			stack.Push(new Data(p.oscillationPhase)); 
			stack.Push(new Data((int)p.oscillationDirectionType)); 
			stack.Push(new Data(p.oscillationDirectionMinAngle)); 
			stack.Push(new Data(p.oscillationDirectionMaxAngle)); 
			stack.Push(new Data(p.oscillationDirectionTime)); 
			stack.Push(new Data(p.oscillationDirectionPhase)); 
		} else { 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
			stack.Push(new Data(0)); 
 
prpl/getparticleforceparams.txt · Last modified: 2016/12/02 18:34 by 127.0.0.1