<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] ===== GETPARTICLEFORCEPARAMS ===== ^Arguments^Result^Notation^ | | | [ - ] | === 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));