.. note:: - To make writing easier you can use my vscode extension IW5 GSC Syntax. `IW5 GSC Syntax `_. - This documentation will be governed by the framework provided by `Plutonium `_. GSC === GSC Language, also known as "game script code," serves as Call of Duty's scripting language, heavily based on C++. While its syntax closely resembles that of C++, it incorporates distinct characteristics such as object mutability, this allowing modification after creation, and dynamic typing, meaning there's no need to specify variable data types upon declaration. .. toctree:: :maxdepth: 1 :caption: Guide gsc/how_to_start gsc/comments gsc/variables gsc/math_operators gsc/conditionals gsc/loops gsc/functions gsc/preprocessor_directives gsc/notify_handlers gsc/template