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

Allows function calls with get/set pars #340

Closed JackWilliams-FractureSounds closed 1 year ago

JackWilliams-FractureSounds commented 1 year ago

Arrow notation now works with event_pars and functions. e.g

by_marks(MARK_3) -> volume := random(-100000,0)

Raises error if the FunctionCall is not listed in the functions_with_constant_return Fix #311