track_object_creation
Monitor object creation of any Godot class by setting a tracking period; record a baseline count and later poll for differences to detect new instances.
Instructions
Track object creation for a specific class over a duration. Records a baseline count; poll get_object_count afterward to see changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | Tracking duration in seconds (default: 10) | |
| class_name | Yes | Godot class name to track (e.g. 'Node2D', 'RigidBody3D') |