Osiris/API/GetSurfaceCloudAt: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:


   
   
[[Category:Osiris Queries|CharacterGetArmorPercentage]]
[[Category:Osiris Queries|GetSurfaceCloudAt]]

Revision as of 13: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