> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/value/call.md).

# Call

The class represents any type of call inside an [instruction](/glider-ide/api/instruction.md). The type of call can be different, such as an event call (emit Log();)), a function call, or an external call, etc.

A full list of supported call types can be seen in CallType.
