Osiris/API/StopDrawSurfaceOnPath: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''StopDrawSurfaceOnPath'''(''(INTEGER64)'''''_SurfaceActionHandle''') ===== Description ===== Stops a Surface Draw Action started with [...")
 
mNo edit summary
 
Line 15: Line 15:
* [[Osiris/API/GetSurfaceGroundOwnerAt|GetSurfaceGroundOwnerAt]]
* [[Osiris/API/GetSurfaceGroundOwnerAt|GetSurfaceGroundOwnerAt]]
* [[Osiris/API/GetSurfaceNameByTypeIndex|GetSurfaceNameByTypeIndex]]
* [[Osiris/API/GetSurfaceNameByTypeIndex|GetSurfaceNameByTypeIndex]]
* [[Osiris/API/GetSurfaceTurns|GetSurfaceTurns]]
* [[Osiris/API/GetSurfaceTypeIndex|GetSurfaceTypeIndex]]
* [[Osiris/API/GetSurfaceTypeIndex|GetSurfaceTypeIndex]]
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]]
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]]

Latest revision as of 20:46, 22 February 2018

Full Definition(s)
  • call StopDrawSurfaceOnPath((INTEGER64)_SurfaceActionHandle)
Description

Stops a Surface Draw Action started with DrawSurfaceOnPath, using the identifier _SurfaceActionHandle returned by that query.

Notes
  • /
See Also