Osiris/API/GetSurfaceGroundAt

From Divinity Engine Wiki
Revision as of 15:17, 20 December 2017 by LarIlya (talk | contribs)
Jump to: navigation, search
Full Definition(s)
  • query GetSurfaceGroundAt([in](GUIDSTRING)_Target, [out](STRING)_Surface)
Description

Returns the surface in the ground layer at the _Target's location.

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