Skip to navigation


Version analysis of LASER

This code appears in the following versions (click to see it in the source code):

Code variations between these versions are shown below.

.LASER

 SKIP 4                 \ The specifications of the lasers fitted to each of the
                        \ four space views:
                        \
                        \   * Byte #0 = front view
                        \   * Byte #1 = rear view
                        \   * Byte #2 = left view
                        \   * Byte #3 = right view
                        \
                        \ For each of the views:
                        \
                        \   * 0 = no laser is fitted to this view
                        \
                        \   * Non-zero = a laser is fitted to this view, with
                        \     the following specification:
                        \
                        \     * Bits 0-6 contain the laser's power
                        \
                        \     * Bit 7 determines whether or not the laser pulses

Code variation 1 of 1A variation in the comments only

Tap on a block to expand it, and tap it again to revert.

\ (0 = pulse laser) or is always on (1 = beam \ laser)
\ (0 = pulse or mining laser) or is always on \ (1 = beam or military laser)