Skip to content

Instantly share code, notes, and snippets.

@veteran29
Last active April 26, 2024 17:26
Show Gist options
  • Save veteran29/a2ac81ed7b737a1153191984a92822ce to your computer and use it in GitHub Desktop.
Save veteran29/a2ac81ed7b737a1153191984a92822ce to your computer and use it in GitHub Desktop.
Arma Reforger Stuff
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