Skip to content

Commit

Permalink
Clarify documentation of HyperjumpTo vs. InitiateHyperjumpTo
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor committed Aug 17, 2016
1 parent b9cfe0f commit 657b9fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/LuaShip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,10 @@ static int l_ship_use_ecm(lua_State *l)
/*
* Method: InitiateHyperjumpTo
*
* Ready the ship to jump to the given system.
* Ready the ship to jump to the given system. This does not perform
* any check regarding hyperdrive class, range, fuel. Nor does it
* respect minimum legal distance for hyperjump. For those features use
* <Ship.HyperjumpTo> instead.
*
* > status = ship:InitiateHyperjumpTo(path, warmup, duration, checks)
*
Expand Down

0 comments on commit 657b9fe

Please sign in to comment.