nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
87 stars 18 forks source link

Struct example from wiki does not compile #357

Closed mkruselj closed 1 year ago

mkruselj commented 1 year ago
error: _singleArray.switch0 has not been declared! (line 106)

on ui_control(_singleArray.switch0)

<main script>:37
mkruselj commented 1 year ago

Documentation was incorrect - underline is required to be prefixed before multidimensional structs (in the example that is multiArray), but one-dimensional struct needs no underline prefix.

Updated the documentation!