![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Enumerations | |
| enum | EmitorParam { CONEANGLE, EMITOFFSET, VELOCITY, VELOCITY_RND, AVELOCITY, SIZE, STRETCH, RANDOM_ANGLE, RANDOM_ROT, AIR_RESISTANCE, AIR_RESISTANCE_RND, GRAVITY_SCALE, GRAVITY_SCALE_RND, BIRTH_RATE, BIRTH_RATE_RND, LIFETIME, LIFETIME_RND, LIFETIME_BY_ANIM, ANIM_ONCE, RAND_FRAME, EFFECT_TIME, REPEAT, CURRENT_TIME, ACTIVE_PARTICLES, SORT, WIND, SPRING } |
Functions | |
| proto native int | GetParticleCount (notnull IEntity ent) |
| proto bool | HasActiveParticle (notnull IEntity ent) |
| int | ParticleGetCount (IEntity ent) |
| bool | ParticleHasActive (IEntity ent) |
| proto int | GetParticleEmitors (notnull IEntity ent, out string emitors[], int max) |
| proto int | GetParticleEmitorCount (notnull IEntity ent) |
| proto void | SetParticleParm (notnull IEntity ent, int emitor, EmitorParam parameter, void value) |
| proto void | GetParticleParm (notnull IEntity ent, int emitor, EmitorParam parameter, out void value) |
| proto void | GetParticleParmOriginal (notnull IEntity ent, int emitor, EmitorParam parameter, out void value) |
| proto native void | ResetParticlePosition (notnull IEntity ent) |
| proto native void | RestartParticle (notnull IEntity ent) |
| enum EmitorParam |
Definition at line 113 of file envisual.c.
| proto void GetParticleParm | ( | notnull IEntity | ent, |
| int | emitor, | ||
| EmitorParam | parameter, | ||
| out void | value | ||
| ) |
| proto void GetParticleParmOriginal | ( | notnull IEntity | ent, |
| int | emitor, | ||
| EmitorParam | parameter, | ||
| out void | value | ||
| ) |
Definition at line 205 of file envisual.c.
Definition at line 210 of file envisual.c.
| proto native void ResetParticlePosition | ( | notnull IEntity | ent | ) |
| proto native void RestartParticle | ( | notnull IEntity | ent | ) |
| proto void SetParticleParm | ( | notnull IEntity | ent, |
| int | emitor, | ||
| EmitorParam | parameter, | ||
| void | value | ||
| ) |