User Tools

Site Tools


prpl:setshipthrustmultiplier

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:setshipthrustmultiplier [2016/12/02 23:34] – external edit 127.0.0.1prpl:setshipthrustmultiplier [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]+<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#ships|Ships]]
  
-=====  SETSHIPTHRUSTMULTIPLIER  =====+=====  SetShipThrustMultiplier  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+Ship UID, Thrust Multiplier | | [ int float - ] |
  
  
 === Description === === Description ===
 +Thrust multiplier is a float number saying how much faster the ship is going. 1 is normal speed, 2 is 2 times faster, 0.5 is half the speed, etc.
 +
 +When set to 0, the ship will stop moving (it can still rotate normally). However, when set to a negative number, the ship will move in opposite direction than desired, even going off map, so be careful when you set this as a result of some calculation.
 +
 +This does not affect rotation speed whatsoever, only movement speed.
 +
 +== See Also ==
 +[[.:GetShipThrustMultiplier]]
  
 === Examples === === Examples ===
-<code></code>+<code> 
 +<-shipId 2 SetShipThrustMultiplier # make ship go 2x faster 
 +<-shipId 0.5 SetShipThrustMultiplier # make ship go 2x slower 
 +<-shipId -1 SetShipThrustMultiplier # if you want that 1 star rating on your map 
 +<-shipId 0 SetShipThrustMultiplier # if you want to create a station  
 +<-shipId -99999 SetShipThrustMultiplier#if you want to create a station which will fly off the map after moving one inch.  
 +                                       #Also helps for that one star rating. 
 +</code>
  
prpl/setshipthrustmultiplier.1480721656.txt.gz · Last modified: 2025/02/14 14:56 (external edit)