mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-29 04:28:45 +00:00
This prevents the function argument from being reassigned within
the function.
Example:
void test(const int t) {}
This prevents the function argument from being reassigned within
the function.
Example:
void test(const int t) {}