-
Notifications
You must be signed in to change notification settings - Fork 0
Part_deflector_kind
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the kind of the given particle deflector in the given particle system which tells it how to deflect particles.
| Parameter | Data Type | Description |
|---|---|---|
| sys | integer | index of the particle system |
| ind | integer | index of the particle deflector |
| kind | integer | how particles are deflected, particle system constant |
void: This function does not return anything.
// demonstrates setting the kind of a particle deflector
part_deflector_kind(sys, defl, ps_deflect_vertical);
NOTOC
This is number 1