test_check_entity
Check if a unit, building, or resource exists in a Godot RTS project and retrieve its properties for validation.
Instructions
Check if a unit, building, or resource scene exists and get its properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| race | No | Race for race-specific entities (humans, orcs, undead). Default: humans | |
| entityType | Yes | Type of entity (worker, soldier, town_hall, gold_mine, etc.) | |
| projectPath | Yes | Path to the Godot project directory |