This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:getshipcmcost [2016/12/02 23:34] – external edit 127.0.0.1 | prpl:getshipcmcost [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
<- [[.: | <- [[.: | ||
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | + | | Ship | Cost | [ UID - int ] | |
=== Description === | === Description === | ||
+ | Takes a ship UID and pushes the cost of building the command module (bridge) to the stack. CM cost is not less than 2. | ||
+ | |||
+ | Note: It is currently unknown what this command does in the case of spawner-made ships. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
+ | <-Ship GetShipCMCost Trace | ||
+ | #Find out how long a ship will take to build. | ||
+ | </ | ||