User Tools

Site Tools


prpl:setshipenergy

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:setshipenergy [2016/12/02 23:34] – external edit 127.0.0.1prpl:setshipenergy [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#everything_else_2|Everything Else 2]]
  
-=====  SETSHIPENERGY  =====+=====  SetShipEnergy  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+Ship Energy | | [ int float - ] |
  
  
 === Description === === Description ===
 +Set the internal energy reserve of a ship. This will later be clipped to the maximum energy allowed by the number of tanks present if required. Minimum of 0.
  
 === Examples === === Examples ===
-<code></code> +<code> 
 +#Destroy energy reserves of any ship which allows to bridge to come  too close. 
 +CurrentCoords 10 0 GetAllShipsInRange ->Ships 
 +<-Ships GetListCount 0 do 
 +    <-Ships[I] ->SID 
 +    <-SID 0 SetShipEnergy 
 +loop 
 +</code>
prpl/setshipenergy.1480721658.txt.gz · Last modified: 2025/02/14 14:56 (external edit)