Osiris/API/CreatePuddle

From Divinity Engine Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Full Definition(s)
  • call CreatePuddle((GUIDSTRING)_Source, (STRING)_SurfaceType, (INTEGER)_CellAmountMin, (INTEGER)_CellAmountMax, (INTEGER)_GrowAmountMin, (INTEGER)_GrowAmountMax, (REAL)_GrowTime)
Description
  • Creates a permanent surface of type _SurfaceType, which will grow, in a random fashion, to a random final size between _CellAmountMin and _CellAmountMax (in AI grid tiles), by adding a random amount of tiles between _GrowAmountMin and _GrowAmountMax every _Growtime seconds.
Notes
  • /
See Also