.. _CodeLocation: CodeLocation ============ .. code-block:: bl CodeLocation :: struct { file: string; line: s32; } Type of source code location used by `#call_location` directive. Example ------- .. literalinclude:: /examples/docs/002.bl :language: bl Members ------- **file** - Name of the source file. **line** - Line in source file. *Declared in: a.bl*