Functions Provided By SCE Fire
This effect uses the following functions:
Function
|
Description
|
void SetHeight(int height)
|
Sets the Height of the flames.
|
int GetHeight()
|
Returns the current Height.
|
MADRIX 2.X To MADRIX 3.X Migration Hints
The MADRIX 2.X effect SCE Fire has been changed in MADRIX 3.X. The following functions are not supported anymore. Please follow the hints to migrate your macros.
Function
|
Description
|
void SetHeight(int height)
|
Use void SetHeight(int height). The function now uses a value range of 1 to 100.
|
int GetHeight()
|
Use int GetHeight(). The function now returns a value range of 1 to 100.
|
|