Osiris/API/CreateSurface: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 4: Line 4:
* Creates a circular surface of type '''_SurfaceType''', with a radius of '''_Radius''' meters and a lifetime of '''_Lifetime''' seconds, around the '''_Source'''.
* Creates a circular surface of type '''_SurfaceType''', with a radius of '''_Radius''' meters and a lifetime of '''_Lifetime''' seconds, around the '''_Source'''.
===== Notes =====
===== Notes =====
* Use -1.0 for the _Lifetime for a permanent surface.
* Use -1.0 as '''_Lifetime''' for a permanent surface.
===== See Also =====
===== See Also =====
* [[Osiris/API/CreatePuddle|CreatePuddle]]
* [[Osiris/API/CreatePuddle|CreatePuddle]]

Latest revision as of 21:31, 11 March 2019

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 as _Lifetime for a permanent surface.
See Also