Last active
April 26, 2024 17:26
-
-
Save veteran29/a2ac81ed7b737a1153191984a92822ce to your computer and use it in GitHub Desktop.
Arma Reforger Stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto unit = GetGame().GetWorld().FindEntityByName("bob"); | |
CharacterControllerComponent.Cast(unit.FindComponent(CharacterControllerComponent)).SetUnconscious(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment