Category: Environment
Since engine version: 5.1 OC
LaunchVolcano
Description
Launches a volcano at the specified position.
Syntax
bool LaunchVolcano(int x, int y, int strength, string material_name);
Parameters
- x:
- X position
- y:
- [opt] Y target position. Default: Bottom of the landscape.
- strength:
- [opt] Strength. Default: Relative to the height of the landscape
- material_name:
- [opt] Name of the material. The default is "Lava"
See also: LaunchEarthquake, LaunchLightning


