Difference between revisions of "Osiris/API/GetSurfaceCloudAt"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * query '''GetSurfaceCloudAt'''('''''[in]'''(GUIDSTRING)'''''_Target''', '''''[out]'''(STRING)'''''_Surface''') ===== Description ===== Returns...")
 
Line 13: Line 13:
 
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]]
 
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]]
 
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]]
 
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]]
* [[Osiris/API/GetSurfaceCloudAt|GetSurfaceCloudAt]]
 
 
* [[Osiris/API/GetSurfaceCloudOwnerAt|GetSurfaceCloudOwnerAt]]
 
* [[Osiris/API/GetSurfaceCloudOwnerAt|GetSurfaceCloudOwnerAt]]
 
* [[Osiris/API/GetSurfaceGroundAt|GetSurfaceGroundAt]]
 
* [[Osiris/API/GetSurfaceGroundAt|GetSurfaceGroundAt]]

Revision as of 15:07, 20 December 2017

Full Definition(s)
  • query GetSurfaceCloudAt([in](GUIDSTRING)_Target, [out](STRING)_Surface)
Description

Returns the surface in the cloud layer at the current location.

Return Values
  • Success/Failure: Fails if the _Target is outside the AIgrid.
  • _Surface: The cloud in the air. Returns SurfaceNone if there is no cloud.
Notes
  • /
See Also