get_member_info
Retrieve detailed documentation for a specific class member, including its type, docstring, signature, and constant value.
Instructions
Get detailed documentation for a specific member of a class.
Returns the member type (method/property/constant), docstring, signature (for methods), and value (for constants).
Args: class_name: The class name (e.g., "Actor") member_name: The member name (e.g., "get_actor_location")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | ||
| member_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |