Category: Particles
Since engine version: 3.3 OC
PV_Linear
Description
The value will go linearly from start_value to end_value over the life of the particle.
Syntax
array PV_Linear(int start_value, int end_value);
Parameters
- start_value:
- Begin of the interval.
- end_value:
- End of the interval.
Remark
See the particle documentation for further explanations of the particle system.
See also: CreateParticle, PC_Bounce, PC_Die, PV_Direction, PV_KeyFrames, PV_Random, PV_Sin, PV_Speed, PV_Step