TE_SetupSmoke
Sets up a smoke effect.
stock void TE_SetupSmoke(const float pos[3], int Model, float Scale, int FrameRate)
Parameters
const float[3] pos
Position of the smoke.
int Model
Precached model index.
float Scale
Scale of the smoke.
int FrameRate
Frame rate of the smoke.
Return Value
void