Skip to content

Commit

Permalink
Remove spurious character that was breaking documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaif committed Jul 6, 2021
1 parent b322a4e commit 9cc841b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/raw_documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ var documentation = [
},
],
"func_name":"set_player_ship_speed",
"comment":"Sets and returns the **effective speed** of the specified player ship as a function of the **base speed** of the ship. By default, a player ship moves according to its base speed, which is 10 distance units per tick (in the future, different ships may have different base speeds).
Assuming the base speed of the ship is S, the new effective speed will be `(factor*S)+offset`. `duration` is the number of ticks during which the effective speed will be applied. Afterwards, the ship's speed reverts to its base speed. If `duration` is negative, the effective speed never reverts to the base speed.",
"comment":"Sets and returns the **effective speed** of the specified player ship as a function of the **base speed** of the ship. By default, a player ship moves according to its base speed, which is 10 distance units per tick (in the future, different ships may have different base speeds). Assuming the base speed of the ship is S, the new effective speed will be `(factor*S)+offset`. `duration` is the number of ticks during which the effective speed will be applied. Afterwards, the ship's speed reverts to its base speed. If `duration` is negative, the effective speed never reverts to the base speed.",
"parameters": [
{
"name":"ship_id",
Expand Down

0 comments on commit 9cc841b

Please sign in to comment.