Difference between revisions of "Osiris/API/CreateSurface"
From Divinity Engine Wiki
m |
|||
Line 6: | Line 6: | ||
* Use -1.0 for the _Lifetime for a permanent surface. | * Use -1.0 for the _Lifetime for a permanent surface. | ||
===== See Also ===== | ===== See Also ===== | ||
− | |||
* [[Osiris/API/CreatePuddle|CreatePuddle]] | * [[Osiris/API/CreatePuddle|CreatePuddle]] | ||
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]] | * [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]] | ||
Line 15: | Line 14: | ||
* [[Osiris/API/GetSurfaceGroundOwnerAt|GetSurfaceGroundOwnerAt]] | * [[Osiris/API/GetSurfaceGroundOwnerAt|GetSurfaceGroundOwnerAt]] | ||
* [[Osiris/API/GetSurfaceNameByTypeIndex|GetSurfaceNameByTypeIndex]] | * [[Osiris/API/GetSurfaceNameByTypeIndex|GetSurfaceNameByTypeIndex]] | ||
+ | * [[Osiris/API/GetSurfaceSize|GetSurfaceSize]] | ||
* [[Osiris/API/GetSurfaceTypeIndex|GetSurfaceTypeIndex]] | * [[Osiris/API/GetSurfaceTypeIndex|GetSurfaceTypeIndex]] | ||
* [[Osiris/API/StopDrawSurfaceOnPath|StopDrawSurfaceOnPath]] | * [[Osiris/API/StopDrawSurfaceOnPath|StopDrawSurfaceOnPath]] |
Revision as of 12:56, 20 December 2017
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.