script_create
Generate GDScript file templates for Godot Engine nodes with proper structure, including class definitions, lifecycle functions, and signals.
Instructions
Generates a GDScript file template for a node type with proper structure: extends, class_name, lifecycle functions, and signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | ||
| extends | No | Node | |
| includeReady | No | ||
| includeProcess | No | ||
| includePhysicsProcess | No |