ISL_AddEffect
Adds an effect to current script or creates new script.
bool ISL_AddEffect
(
int eff_id,
int seamless
); |
Parameters
| eff_id |
Effect's ID number (see declaration files: ISL.h; ISL.bas; ISL.pas). |
| seamless |
Defines seamless state of the effect. |
Return value
If successful then TRUE is returned, else FALSE is returned.
|