INNER CODE UNIT · Python

main

JetBrains/godot-support · godot-rd/godot_cpp_gen_main.py:137

def main() -> None:
    parser = argparse.ArgumentParser(
        description="Generate godot-cpp bindings or their checked-in build metadata.",
    )
    parser.add_argument(
        "--regenerate-metadata",
        action="store_true",
        help="regenerate godot_cpp_generated_files.bzl and godot-rd.gdextension",
    )
    parser.add_argument(
        "--check-metadata",
        action="store_true",
        help="fail if the committed godot_cpp_generated_files.bzl or godot-rd.gdextension differs from the generated one",
    )
    parser.add_argument("--api-filepath")
    parser.add_argument("--interface-filepath")
    parser.add_argument("--use-template-get-node", default="True")
    parser.add_argument("--bits", default="64")

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…