mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Docs: Use / instead of . for the reference to lttp's options.py (#5300)
* Update options api.md * o -> O
This commit is contained in:
@@ -344,7 +344,7 @@ names, and `def can_place_boss`, which passes a boss and location, allowing you
|
|||||||
your game. When this function is called, `bosses`, `locations`, and the passed strings will all be lowercase. There is
|
your game. When this function is called, `bosses`, `locations`, and the passed strings will all be lowercase. There is
|
||||||
also a `duplicate_bosses` attribute allowing you to define if a boss can be placed multiple times in your world. False
|
also a `duplicate_bosses` attribute allowing you to define if a boss can be placed multiple times in your world. False
|
||||||
by default, and will reject duplicate boss names from the user. For an example of using this class, refer to
|
by default, and will reject duplicate boss names from the user. For an example of using this class, refer to
|
||||||
`worlds.alttp.options.py`
|
`worlds/alttp/Options.py`
|
||||||
|
|
||||||
### OptionDict
|
### OptionDict
|
||||||
This option returns a dictionary. Setting a default here is recommended as it will output the dictionary to the
|
This option returns a dictionary. Setting a default here is recommended as it will output the dictionary to the
|
||||||
|
Reference in New Issue
Block a user