<- PRPL reference <- Everything Else 2

GETEMITTERPARTICLETYPE

ArgumentsResultNotation
[ - ]

Description

Examples

	i1 = GetIntFromStack(); { 
				tpti = 0; FREE 
				tpti = 1; TRIANGLE 
				tpti = 2; SQUARE 
				tpti = 3; ?? Round? 
			stack.Push(new Data(tpti)); 
		} else { 
			stack.Push(new Data(0));