名前でエンティティ検索
dx12_find_entityFind a game entity by exact name match. Returns entity ID and name, or null if not found.
Instructions
名前の完全一致でエンティティを1件探す。見つかれば {entityId, name}、無ければ null。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 探すエンティティ名(完全一致)。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |