489
edits
Script 10k (talk | contribs) (chr_peace info) |
Script 10k (talk | contribs) m (→Declaration) |
||
Line 40: | Line 40: | ||
** You can call a function recursively, but only up to about four times, then the script execution stucks for some reason (maybe intentional to prevent endless loops?). | ** You can call a function recursively, but only up to about four times, then the script execution stucks for some reason (maybe intentional to prevent endless loops?). | ||
** BSL doesn't allow function name overriding even if the parameters are different (in java you can for example). | ** BSL doesn't allow function name overriding even if the parameters are different (in java you can for example). | ||
** Seems there is a limit of 8 parameters for each function. | |||
==Multithreading== | ==Multithreading== |
edits