Skip to content

Commit 616ec4a

Browse files
authored
Merge branch 'TotalControlAdmin:master' into master
2 parents 8875856 + 02e2cbd commit 616ec4a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/customizations/scripts/script-objects/service-manager-scripting-variables.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@ ThisService_StopCommandWait
3838
ThisService_StopDelay
3939
ThisService_WorkingDirectory
4040
ThisService_RunAsUserName
41+
ThisServiceController - In IronPython and C# scripts, this can be used to read and update values in the game server's `TCAdmin2\Monitor\Services\ServiceId\Service.cfg`.
4142
```
4243

4344
The following variables are available in the `After Started`, `Before Stopped` and `After Stopped` events.
4445

4546
- `ThisService_Pid` - Id of the process that was started/stopped.
4647

47-
- `ThisServiceController` - In IronPython and C# scripts, there is a variable named ThisServiceController. This can be used to read and update values in the game server's `TCAdmin2\Monitor\Services\ServiceId\Service.cfg`.
48-
4948
:::note example
5049

5150
```bash

docs/customizations/web-server-configurations/setting-up-iis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Setting up IIS with TCAdmin
77

88
## Install IIS with Support for ASP.NET 4.0/4.5 Development
99

10-
1. Install IIS on your system with support for ASP.NET 4.0/4.5 development.
10+
1. Install IIS on your system with support for ASP.NET 4.0/4.5 development. ASP.NET development can be found in Server Roles -> Web Server (IIS) -> Application Development - > .NET Extensibility 4.x.
1111

1212
## Set up SQLite Database
1313

0 commit comments

Comments
 (0)