Difference between revisions of "Osiris/API/CreatePuddle"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''CreatePuddle'''(''(GUIDSTRING)'''''_Source''', ''(STRING)'''''_SurfaceType''', ''(INTEGER)'''''_CellAmountMin''', ''(INTEGER)'''''_Cel...") |
m |
||
Line 7: | Line 7: | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/GetSurfaceSize|GetSurfaceSize]] | * [[Osiris/API/GetSurfaceSize|GetSurfaceSize]] | ||
+ | * [[Osiris/API/GetSurfaceTurns|GetSurfaceTurns]] | ||
* [[Osiris/API/CreateSurface|CreateSurface]] | * [[Osiris/API/CreateSurface|CreateSurface]] | ||
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]] | * [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]] |
Latest revision as of 21:44, 22 February 2018
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
- GetSurfaceSize
- GetSurfaceTurns
- CreateSurface
- CreateSurfaceAtPosition
- DrawSurfaceOnPath
- GetSurfaceCloudAt
- GetSurfaceCloudOwnerAt
- GetSurfaceGroundAt
- GetSurfaceGroundOwnerAt
- GetSurfaceNameByTypeIndex
- GetSurfaceTypeIndex
- StopDrawSurfaceOnPath
- TransformSurface
- TransformSurfaceAtPosition
- List of surface types