Difference between revisions of "Osiris/API/CreateSurface"
From Divinity Engine Wiki
m |
m |
||
Line 7: | Line 7: | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CreatePuddle|CreatePuddle]] | * [[Osiris/API/CreatePuddle|CreatePuddle]] | ||
+ | * [[Osiris/API/GetSurfaceTurns|GetSurfaceTurns]] | ||
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]] | * [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]] | ||
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]] | * [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]] |
Revision as of 21:44, 22 February 2018
Full Definition(s)
- call CreateSurface((GUIDSTRING)_Source, (STRING)_SurfaceType, (REAL)_Radius, (REAL)_Lifetime)
Description
- Creates a circular surface of type _SurfaceType, with a radius of _Radius meters and a lifetime of _Lifetime seconds, around the _Source.
Notes
- Use -1.0 for the _Lifetime for a permanent surface.
See Also
- CreatePuddle
- GetSurfaceTurns
- CreateSurfaceAtPosition
- DrawSurfaceOnPath
- GetSurfaceCloudAt
- GetSurfaceCloudOwnerAt
- GetSurfaceGroundAt
- GetSurfaceGroundOwnerAt
- GetSurfaceNameByTypeIndex
- GetSurfaceSize
- GetSurfaceTypeIndex
- StopDrawSurfaceOnPath
- TransformSurface
- TransformSurfaceAtPosition
- List of surface types