This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| prpl:getshiprotation [2016/12/02 23:34] – external edit 127.0.0.1 | prpl:getshiprotation [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <- [[.: | <- [[.: | ||
| - | ===== | + | ===== |
| ^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
| - | | | | [ - ] | | + | | Ship | | [ SID - ] | |
| === Description === | === Description === | ||
| + | Get the rotation angle of a ship. | ||
| === Examples === | === Examples === | ||
| - | < | + | < |
| + | GetHQs ->HQs | ||
| + | |||
| + | <-HQs GetListCount 1 eq if | ||
| + | "HQ Rotation: " <-HQs 0 GetListElement GetShipRotation concat SetText | ||
| + | endif | ||
| + | </ | ||