Skip to content

Commit

Permalink
Update arma-reforger.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y0014984 authored Oct 15, 2023
1 parent 9c02e59 commit 52ef198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/bastelstube/arma-reforger.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ IEntity entity = GetGame().GetWorld().FindEntityByName("MyEntity");
## Spectator
See GRAD Spectator for implementation details: https://github.com/gruppe-adler/GRAD-Spectator
```c#
// Execute locally
// Get players entity position
vector pos = GetGame().GetPlayerController().GetControlledEntity().GetOrigin();

Expand Down

0 comments on commit 52ef198

Please sign in to comment.