8,018
edits
Paradox-01 (talk | contribs) m (really, I don't know why they used them, the flags looks pretty much dead) |
Paradox-01 (talk | contribs) m (cleaning up page) |
||
Line 12: | Line 12: | ||
following command reset particle | following command reset particle | ||
* particle ''particle_name'' reset | * particle ''particle_name'' reset | ||
following commands depend on [[ | following commands depend on [[OBD_talk:BINA/PAR3#event_types|particle events]] | ||
{| | |||
{{table}} | |||
|width=50% | particle ''particle_name'' update | |||
| p3_callevent ''particle_name'' 0 | |||
|- | |||
| particle ''particle_name'' pulse | |||
| p3_callevent ''particle_name'' 1 | |||
|- | |||
| particle ''particle_name'' start | |||
| p3_callevent ''particle_name'' 2 | |||
|- | |||
| particle ''particle_name'' stop | |||
| p3_callevent ''particle_name'' 3 | |||
|- | |||
| particle ''particle_name'' bgfx_start | |||
| p3_callevent ''particle_name'' 4 | |||
|- | |||
| particle ''particle_name'' bgfx_stop | |||
| p3_callevent ''particle_name'' 5 | |||
|- | |||
| particle ''particle_name'' hit_wall | |||
| p3_callevent ''particle_name'' 6 | |||
|- | |||
| particle ''particle_name'' hit_char | |||
| p3_callevent ''particle_name'' 7 | |||
|- | |||
| particle ''particle_name'' lifetime | |||
| p3_callevent ''particle_name'' 8 | |||
|- | |||
| particle ''particle_name'' explode | |||
| p3_callevent ''particle_name'' 9 | |||
|- | |||
| particle ''particle_name'' brokenlink | |||
| p3_callevent ''particle_name'' 10 | |||
|- | |||
| particle ''particle_name'' create <font color="#777777">(create counts also as update event)</font> | |||
| p3_callevent ''particle_name'' 11 | |||
|- | |||
| particle ''particle_name'' die | |||
| p3_callevent ''particle_name'' 12 | |||
|- | |||
| particle ''particle_name'' newattractor | |||
| p3_callevent ''particle_name'' 13 | |||
|- | |||
| particle ''particle_name'' delay_start | |||
| p3_callevent ''particle_name'' 14 | |||
|- | |||
| particle ''particle_name'' delay_stop | |||
| p3_callevent ''particle_name'' 15 | |||
|} | |||
Line 94: | Line 129: | ||
:: <XScale> : (horizontal scaling; float value ("1" seems to show image in original size)) | :: <XScale> : (horizontal scaling; float value ("1" seems to show image in original size)) | ||
:: <YScale> : (vertical scaling; float value) | :: <YScale> : (vertical scaling; float value) | ||
edits