mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
17 lines
448 B
ReStructuredText
17 lines
448 B
ReStructuredText
.. _parser_api:
|
|
Parser
|
|
======
|
|
|
|
This module exposes the actual parsing functions. If you are creating an implementation, this is
|
|
what you will actually pass a file to and receive back a PyTiled Parser Map or World class depending
|
|
on what you're parsing.
|
|
|
|
pytiled_parser.parse_map
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. autofunction:: pytiled_parser.parse_map
|
|
|
|
pytiled_parser.parse_world
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. autofunction:: pytiled_parser.parse_world |