User Tools

Site Tools


prpl:createparticle

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

CREATEPARTICLE

ArgumentsResultNotation
[ - ]

Description

Examples

	i2 = GetIntFromStack(); //enemy 
	i1 = GetIntFromStack(); //particle type (1=Triangle, 2=Square, 3-Free) 
	f4 = GetFloatFromStack(); //Speed 
	f3 = GetFloatFromStack(); //direction in rad 
	f2 = GetFloatFromStack(); //y 
	f1 = GetFloatFromStack(); //x 
 
prpl/createparticle.1480721640.txt.gz · Last modified: 2017/02/17 04:57 (external edit)