mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-02-15 07:35:04 +01:00
API Reference docs update
This commit is contained in:
17
docs/api/parser.rst
Normal file
17
docs/api/parser.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
.. _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
|
||||
Reference in New Issue
Block a user