Interface IHostInformation
Provides information about the OpenMod host.
Namespace: OpenMod.API
Assembly: OpenMod.API.dll
Syntax
public interface IHostInformation
Properties
| Improve this Doc View SourceHostName
Gets the name of the host implementation.
Declaration
string HostName { get; }
Property Value
Type | Description |
---|---|
System.String |
Examples
OpenMod for Unturned
| Improve this Doc View SourceHostVersion
Gets the version of the OpenMod host implementation.
Declaration
SemVersion HostVersion { get; }
Property Value
Type | Description |
---|---|
SemVersion |