get_function_details
Retrieve the signature, parameters, and usage details for any DayZ scripting function by providing its class and method name.
Instructions
Get detailed information about a specific function including signature, parameters, and usage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | Class name, e.g., "EntityAI" | |
| methodName | Yes | Method name, e.g., "CopyOldPropertiesToNew" |