User Tools

Site Tools


prpl:getbondmovementparams

<- PRPL reference <- Everything Else 2

GETBONDMOVEMENTPARAMS

ArgumentsResultNotation
[ - ]

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)); 
 
prpl/getbondmovementparams.txt · Last modified: 2016/12/02 18:34 by 127.0.0.1