Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Make an actual LogicMixin spec & explanation #3975

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update docs/world api.md
Co-authored-by: Scipio Wright <scipiowright@gmail.com>
  • Loading branch information
NewSoupVi and ScipioWright authored Sep 25, 2024
commit c21c10a602517cb23149e9ee2ba4e33f2df8a71b
2 changes: 1 addition & 1 deletion docs/world api.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ This can help significantly because it is possible for 0 local access rules to b
`collect`, so recalculating on every `collect` is very slow.

Only use LogicMixin if necessary. There are often other ways to achieve what it does, like making clever use of
`state.prog_items`, or using event items, pseudo-regions etc.
`state.prog_items`, using event items, pseudo-regions, etc.

#### pre_fill

Expand Down