Skip to content

Commit

Permalink
Merge pull request #60 from bram-dingelstad/main
Browse files Browse the repository at this point in the history
Changed choose_path_string to choose_path in documentation.
  • Loading branch information
ephread authored Apr 27, 2022
2 parents a9e5fc4 + 6a23f30 commit 2f9bd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/classes/class_inkplayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Story Flow
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`choose_choice_index<class_inkplayer_choose_choice_index>` **(** int_ index **)** |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`choose_path_string<class_inkplayer_choose_path_string>` **(** String_ path_string **)** |
| void | :ref:`choose_path<class_inkplayer_choose_path>` **(** String_ path_string **)** |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`switch_flow<class_inkplayer_switch_flow>` **(** String_ flow_name **)** |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -565,9 +565,9 @@ out of bounds, this method does nothing.

----

.. _class_inkplayer_choose_path_string:
.. _class_inkplayer_choose_path:

- void **choose_path_string (** String_ path_string **)**
- void **choose_path (** String_ path_string **)**

Moves the story to the specified knot/stitch/gather. This method will throw an
error through :ref:`exception<class_inkplayer_exception>` if the path string
Expand Down

0 comments on commit 2f9bd8d

Please sign in to comment.