User Tools

Site Tools


pf:createparticle

This is an old revision of the document!


~~DISCUSSION~~ <- Alpha List of Commands <-class link <-PRPL home <- Game 4 home

createparticle

Raw Code

 case STATEMENT.CREATEPARTICLE:
                    i2 = GetIntFromStack(); //enemy
                    i1 = GetIntFromStack(); //particle type
                    f4 = GetFloatFromStack(); //Speed
                    f3 = GetFloatFromStack(); //direction in degrees
                    f2 = GetFloatFromStack(); //y
                    f1 = GetFloatFromStack(); //x
ArgumentsResultNotation
six items on the stacka particle i1 i2 f4 f3 f2 f1 –

How to use

Standard CRPL x y direction speed type enemy createparticle
Warp notation createparticle (x y direction speed type enemy)

Description

programming notes

Examples

ShowTraceLog

Same example in Warp notation:

showtracelog
pf/createparticle.1425141815.txt.gz · Last modified: 2025/02/14 14:56 (external edit)