| Next revision | Previous revision | ||
|
hpl3:game:scripting:function_reference:helper_effects [2015/10/28 17:16] luis created |
hpl3:game:scripting:function_reference:helper_effects [2015/10/29 09:27] (current) luis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== helper_effects.hps ===== | + | ====== helper_effects.hps ====== |
| + | Helper functions to control effects | ||
| + | ---- | ||
| == Effect_Shake_Start == | == Effect_Shake_Start == | ||
| Line 8: | Line 10: | ||
| float afFadeInTime, | float afFadeInTime, | ||
| float afFadeOutTime, | float afFadeOutTime, | ||
| - | const cVector3f &in avDirAmount=cVector3f(1, | + | const cVector3f &in avDirAmount=cVector3f(1, 1, 1), |
| - | 1, | + | |
| - | 1), | + | |
| float afFrequency=0) | float afFrequency=0) | ||
| </code> | </code> | ||
| Line 892: | Line 892: | ||
| ---- | ---- | ||
| + | |||