This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bcc [2017/07/14 13:17] – korshun | bcc [2018/02/16 20:11] (current) – korshun | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * **ZDoom forums:** https:// | * **ZDoom forums:** https:// | ||
| * **GitHub:** https:// | * **GitHub:** https:// | ||
| + | |||
| + | <note tip>If you are using BCC, use [[BCSUtils]].</ | ||
| ===== Functions return 0 by default (not a bug) ===== | ===== Functions return 0 by default (not a bug) ===== | ||
| Line 32: | Line 34: | ||
| ==== Named clientside scripts are not clientside [fixed in 0.8.0] ==== | ==== Named clientside scripts are not clientside [fixed in 0.8.0] ==== | ||
| - | BCC fails to mark named clientside scripts as clientside, so they end up actually being serverside. Instead, it marks an unnamed script as clientside. | + | BCC fails to mark named clientside scripts as clientside, so they end up actually being serverside. Instead, it marks an unnamed, not necessarily existing |
| Details: https:// | Details: https:// | ||