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

Created function that returns whether an action is being triggered or not #37833

Closed
wants to merge 1 commit into from

Conversation

Muller-Castro
Copy link
Contributor

This can be useful to replace some codes like:

if not Input.is_action_pressed("x") and
not Input.is_action_pressed("y") and
not Input.is_action_pressed("z"):
pass

@clayjohn
Copy link
Member

clayjohn commented Aug 9, 2022

Superseded by: #35012

@clayjohn clayjohn closed this Aug 9, 2022
@clayjohn clayjohn removed this from the 4.0 milestone Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants