Skip to content

Commit

Permalink
document animatePlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Aug 17, 2024
1 parent ce089d5 commit 9aa06b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/wiki/framework/huntIR-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ class CfgWeapons {
};
};
```
## 2. Player Animation
Player animation when entering the HuntIR Monitor can be disabled by setting `ace_huntir_animatePlayer` to `false`.
```sqf
// Disable player animation locally
missionNamespace setVariable ["ace_huntir_animatePlayer", false];
// Disable player animation for everyone
missionNamespace setVariable ["ace_huntir_animatePlayer", false, true];
```

0 comments on commit 9aa06b7

Please sign in to comment.