User Tools

Site Tools


modding:function:objgetdisposition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

modding:function:objgetdisposition [2017/02/04 07:07] – created xephyrmodding:function:objgetdisposition [2017/02/04 18:00] (current) 0xabcdef
Line 1: Line 1:
-Discuss this page on this pages [[objGetDisposition Talk Page|TalkPage]]+[[objGetDisposition Talk Page|Discuss this page]]
  
 === objGetDisposition === === objGetDisposition ===
Line 8: Line 8:
 ^ Returns | Disposition| ^ Returns | Disposition|
 ^ Category | [[spaceObject functions]]| ^ Category | [[spaceObject functions]]|
-^ Description | Checks the disposition of the space object toward another space object. |+^ Description | Checks the disposition of the first object's sovereign toward the target object's sovereign. |
  
 ====Disposition===== ====Disposition=====
Line 20: Line 20:
 <code lisp>(objGetDisposition gSource gPlayership)</code> <code lisp>(objGetDisposition gSource gPlayership)</code>
  
-Returns the disposition of the source to the playership.+Returns the disposition of the source to the playership. The following code is equivalent. 
 + 
 +<code lisp>(sovGetDisposition (objGetSovereign gSource) (objGetSovereign gPlayerShip))</code>
  
  
modding/function/objgetdisposition.1486192060.txt.gz · Last modified: 2017/02/04 07:07 by xephyr