Difference between revisions of "Osiris/API/GetSurfaceCloudOwnerAt"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * query '''GetSurfaceCloudAt'''('''''[in]'''(GUIDSTRING)'''''_Target''', '''''[out]'''(GUIDSTRING)'''''_OwnerCharacter''', '''''[out]'''(GUIDSTR...")
 
m
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
 
* [[Osiris/API/CreateSurface|CreateSurface]]
 
* [[Osiris/API/CreateSurface|CreateSurface]]
 
* [[Osiris/API/GetSurfaceCloudAt|GetSurfaceCloudAt]]
 
* [[Osiris/API/GetSurfaceCloudAt|GetSurfaceCloudAt]]
 +
* [[Osiris/API/GetSurfaceTurns|GetSurfaceTurns]]
 
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]]
 
* [[Osiris/API/CreateSurfaceAtPosition|CreateSurfaceAtPosition]]
 
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]]
 
* [[Osiris/API/DrawSurfaceOnPath|DrawSurfaceOnPath]]
Line 26: Line 27:
  
 
   
 
   
[[Category:Osiris Queries|GetSurfaceCloudAt]]
+
[[Category:Osiris Queries|GetSurfaceCloudOwnerAt]]

Latest revision as of 22:45, 22 February 2018

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

Returns the owner of the surface in the cloud layer at the _Target location.

Return Values
  • Success/Failure: Fails if the _Target is outside the AIgrid.
  • _OwnerCharacter: The owner of the cloud-layer surface at the _Target's position, if the surface has an owner who is a character. Null otherwise.
  • _OwnerItem: The owner of the cloud-layer surface at the _Target's position, if the surface has an owner who is an item. Null otherwise.
Notes
  • /
See Also