Class Actors
- Namespace
- Uncreated.Warfare.Moderation
- Assembly
- Uncreated.Warfare.dll
public static class Actors
- Inheritance
-
Actors
- Inherited Members
Properties
AntiCheat
public static IModerationActor AntiCheat { get; }
Property Value
BattlEye
public static IModerationActor BattlEye { get; }
Property Value
Console
public static IModerationActor Console { get; }
Property Value
Methods
GetActor(CSteamID)
Try to create a standard actor from an ID.
public static IModerationActor GetActor(CSteamID id)
Parameters
idCSteamID
Returns
Remarks
Invalid steam IDs will be assumed to be Discord IDs. IDs 0-2 are reserved for Console, Anti-Cheat, and BattlEye in that order.
GetActor(ulong)
Try to create a standard actor from an ID.
public static IModerationActor GetActor(ulong id)
Parameters
idulong
Returns
Remarks
Invalid steam IDs will be assumed to be Discord IDs. IDs 0-2 are reserved for Console, Anti-Cheat, and BattlEye in that order.