summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/burst_params.def
blob: 97d66aedb2c2aed946d6ec169aa3e10fb6ec2067 (plain)
1
2
3
4
5
6
7
#include "params_def.def"

param(radius, 0.075f, BURST_PARAM_RADIUS_FLOAT, float, double)		/* eventual radius of burst */
param(force, 0.01f, BURST_PARAM_FORCE_FLOAT, float, double)		/* how much to accelerate victims */
param(duration, 7, BURST_PARAM_DURATION_UINT, unsigned, unsigned)	/* how many steps to perform the burst */

#include "params_undef.def"
© All Rights Reserved