Difference between revisions of "Has-undocked-delay"

From FreeSpace Wiki
Jump to: navigation, search
(new page)
 
m (Comment added.)
 
Line 7: Line 7:
 
         3:      The number of times they have to have undocked
 
         3:      The number of times they have to have undocked
 
         4:      Time delay in seconds (see above).
 
         4:      Time delay in seconds (see above).
 +
 +
===Comments===
 +
Use this if you want a transport to depart as soon has it has undocked from its target. Don't confuse this SEXP with its direct counterpart, [[has-docked-delay]], or weird events may occur ingame.
 +
  
 
[[Category:Retail SEXPs]]
 
[[Category:Retail SEXPs]]

Latest revision as of 11:12, 15 March 2009

Has undocked delay (Boolean operator)
        Becomes true <delay> seconds after the specified ships have undocked the specified number of times.

Returns a boolean value; Takes 4 arguments:
        1:      The name of the docker ship
        2:      The name of the dockee ship
        3:      The number of times they have to have undocked
        4:      Time delay in seconds (see above).

Comments

Use this if you want a transport to depart as soon has it has undocked from its target. Don't confuse this SEXP with its direct counterpart, has-docked-delay, or weird events may occur ingame.