mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 02:28:59 +00:00
These are the 3 types that I found in the code: - # warning-ignore:id_of_warning - # warning-ignore-all:id_of_warning - # warnings-disable I found them at https://github.com/godotengine/godot/blob/24e1039eb6fe32115e8d1a62a84965e9be19a2ed/modules/gdscript/gdscript_tokenizer.cpp#L558 If there are any more they should also be added.