<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] ===== GETBONDMOVEMENTPARAMS ===== ^Arguments^Result^Notation^ | | | [ - ] | === Description === === Examples === i1 = GetIntFromStack(); //Bond UID stack.Push(new Data((int)bond.movementType)); stack.Push(new Data((int)bond.movementBondMinDistance)); stack.Push(new Data((int)bond.movementBondMaxDistance)); stack.Push(new Data((int)bond.movementTime)); stack.Push(new Data((int)bond.movementPhase)); } 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));