This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pf:createparticle [2015/02/28 16:43] – Karsten75 | pf:createparticle [2015/03/04 16:56] (current) – removed Karsten75 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
- | <- [[pf: | ||
- | ===== createparticle | ||
- | === Raw Code === | ||
- | < | ||
- | case STATEMENT.CREATEPARTICLE: | ||
- | i2 = GetIntFromStack(); | ||
- | i1 = GetIntFromStack(); | ||
- | f4 = GetFloatFromStack(); | ||
- | f3 = GetFloatFromStack(); | ||
- | f2 = GetFloatFromStack(); | ||
- | f1 = GetFloatFromStack(); | ||
- | </ | ||
- | |||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | |six items on the stack|a particle |'' | ||
- | |||
- | === 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 | ||
- | |||
- | </ |