#include <particles.h>
Public Member Functions | |
| CommonParticleParams () | |
| void | copyCommon (CommonParticleParams &to) const |
Public Attributes | |
| bool | collisiondetection = false |
| bool | collision_removal = false |
| bool | object_collision = false |
| bool | vertical = false |
| ServerParticleTexture | texture |
| struct TileAnimationParams | animation |
| u8 | glow = 0 |
| MapNode | node |
| u8 | node_tile = 0 |
|
inline |
References animation, CONTENT_IGNORE, node, and TAT_NONE.
Referenced by copyCommon().
|
inline |
References CommonParticleParams(), animation, collision_removal, collisiondetection, glow, node, node_tile, object_collision, texture, and vertical.
| struct TileAnimationParams CommonParticleParams::animation |
| bool CommonParticleParams::collision_removal = false |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| bool CommonParticleParams::collisiondetection = false |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| u8 CommonParticleParams::glow = 0 |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| MapNode CommonParticleParams::node |
Referenced by CommonParticleParams(), copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| u8 CommonParticleParams::node_tile = 0 |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| bool CommonParticleParams::object_collision = false |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| ServerParticleTexture CommonParticleParams::texture |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().
| bool CommonParticleParams::vertical = false |
Referenced by copyCommon(), ParticleParameters::deSerialize(), and ParticleParameters::serialize().