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

Update counters.md #528

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/game_logic/logic_blocks/counters.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ enough in most cases because `disable_on_complete` is `True` by default.
Unless you have some enable logic to re-enable the block later, you
probably want to set `disable_on_complete` to `False`.

### When should I used logic blocks and when should I use shots/show_groups?
### When should I used logic blocks and when should I use shots/shot_groups?

There is no definitive answer to this question. Generally, it depends on
your usecase. Shots and shot_groups serve a very specific usecase.
Expand Down