eyza-cod2 / vscode-cod-gsc

Extension for VS Code for GSC scripts used in Call of Duty games
GNU General Public License v3.0
15 stars 0 forks source link

For Each syntax #10

Closed Gustavo10Destroyer closed 2 months ago

Gustavo10Destroyer commented 2 months ago

image

For each support key, value syntax.

eyza-cod2 commented 2 months ago

duplicate of #4

Foreach and ternary operation are currently not supported, they will be implemented in future versions.

For what game are you coding - Aurora mod?

Gustavo10Destroyer commented 2 months ago

duplicate of #4

Foreach and ternary operation are currently not supported, they will be implemented in future versions.

For what game are you coding - Aurora mod?

for T6

Gustavo10Destroyer commented 2 months ago

duplicate of #4

Foreach and ternary operation are currently not supported, they will be implemented in future versions.

For what game are you coding - Aurora mod?

Look at https://github.com/xensik/gsc-tool You can see, BO2's GSC supports ternary operators and foreach(you can also look for more tokens)