diff --git a/docs/bastelstube/arma-reforger.md b/docs/bastelstube/arma-reforger.md index cfbf7077..7b67efec 100644 --- a/docs/bastelstube/arma-reforger.md +++ b/docs/bastelstube/arma-reforger.md @@ -79,6 +79,14 @@ PrintFormat("Proxy: %1", rplComp.IsProxy()); ``` Screenshot 2023-10-14 121225 +### ... more in general +```c# +PrintFormat("Server: %1", Replication.IsServer()); +PrintFormat("Client: %1", Replication.IsClient()); +``` +Screenshot 2023-10-14 142207 + + ## Find entities ```c# // Give your entity a name in in the object properties (It's something like a variable name)