Difference between revisions of "Osiris/API/StopDrawSurfaceOnPath"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''StopDrawSurfaceOnPath'''(''(INTEGER64)'''''_SurfaceActionHandle''') ===== Description ===== Stops a Surface Draw Action started with [...")
 
m
 
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 22: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