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

feat(clrcore): add setter for ped's IsInStealthMode #3124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DatGuy1
Copy link
Contributor

@DatGuy1 DatGuy1 commented Feb 3, 2025

SetPedStealthMovement, as can be inferred from the name, toggles (per p1) the ped (p0)'s stealth mode status. Not totally sure what the third parameter does; the number of "DEFAULT_ACTION" script usages is much lower than with null, so used that but DEFAULT_ACTION does seem to be more reliable.

@github-actions github-actions bot added the invalid Requires changes before it's considered valid and can be (re)triaged label Feb 3, 2025
@DaniGP17
Copy link
Contributor

DaniGP17 commented Feb 3, 2025

Could you complete the PR template?

#if MONO_V2
using CitizenFX.Core;
#if MONO_V2
using CitizenFX.Core;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you avoid the modification of these lines without any change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are automatic Git changes due to mixing CR+LF and LF linebreaks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Requires changes before it's considered valid and can be (re)triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants