mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-10 19:08:15 -07:00
Update world api.md
This commit is contained in:
@@ -746,7 +746,7 @@ and check whether they were **unlocked**.
|
|||||||
and check whether they **became locked**.
|
and check whether they **became locked**.
|
||||||
|
|
||||||
There are a multitude of other ways you can optimise LogicMixin. Some games use a `mygame_state_is_stale`
|
There are a multitude of other ways you can optimise LogicMixin. Some games use a `mygame_state_is_stale`
|
||||||
variable that they simply set to True in collect/remove and `init_mixin`.
|
variable that they simply set to True in `collect`, `remove`, and `init_mixin`.
|
||||||
The calls to the actual recalculating functions are then moved to the start of the relevant access rules like this:
|
The calls to the actual recalculating functions are then moved to the start of the relevant access rules like this:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user