Difference between revisions of "Osiris/API/GetSurfaceGroundAt"
From Divinity Engine Wiki
m |
|||
Line 5: | Line 5: | ||
===== Return Values ===== | ===== Return Values ===== | ||
* '''Success/Failure''': Fails if the _Target is outside the AIgrid. | * '''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 | + | * '''_Surface''': The surface on the ground in the air. Returns SurfaceNone if there is no ground surface. |
===== Notes ===== | ===== Notes ===== | ||
* / | * / |
Revision as of 21:39, 22 February 2018
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 ground surface.
Notes
- /