Class ActionLogTypes
public static class ActionLogTypes
- Inheritance
-
ActionLogTypes
- Inherited Members
Properties
AidedPlayer
public static ActionLogType AidedPlayer { get; }
Property Value
All
List of all action log types sorted in ascending order of Id.
public static IReadOnlyList<ActionLogType> All { get; }
Property Value
BuildableDestroyed
public static ActionLogType BuildableDestroyed { get; }
Property Value
BuildablePlaced
public static ActionLogType BuildablePlaced { get; }
Property Value
BuildableSignChanged
public static ActionLogType BuildableSignChanged { get; }
Property Value
BuildableTransformed
public static ActionLogType BuildableTransformed { get; }
Property Value
ChangeTeam
public static ActionLogType ChangeTeam { get; }
Property Value
ChangedKit
public static ActionLogType ChangedKit { get; }
Property Value
Chat
public static ActionLogType Chat { get; }
Property Value
Connect
public static ActionLogType Connect { get; }
Property Value
CreatedKit
public static ActionLogType CreatedKit { get; }
Property Value
Disconnect
public static ActionLogType Disconnect { get; }
Property Value
DroppedItem
public static ActionLogType DroppedItem { get; }
Property Value
EnterVehicle
public static ActionLogType EnterVehicle { get; }
Property Value
FlagCaptured
public static ActionLogType FlagCaptured { get; }
Property Value
FlagDiscovered
public static ActionLogType FlagDiscovered { get; }
Property Value
FlagNeutralized
public static ActionLogType FlagNeutralized { get; }
Property Value
FlagStateChanged
public static ActionLogType FlagStateChanged { get; }
Property Value
FlagsSetUp
public static ActionLogType FlagsSetUp { get; }
Property Value
FobBuilt
public static ActionLogType FobBuilt { get; }
Property Value
FobCreated
public static ActionLogType FobCreated { get; }
Property Value
FobDestroyed
public static ActionLogType FobDestroyed { get; }
Property Value
FobRemoved
public static ActionLogType FobRemoved { get; }
Property Value
FobUpdated
public static ActionLogType FobUpdated { get; }
Property Value
KilledPlayer
public static ActionLogType KilledPlayer { get; }
Property Value
KitRearmed
public static ActionLogType KitRearmed { get; }
Property Value
LeaveVehicle
public static ActionLogType LeaveVehicle { get; }
Property Value
Melee
public static ActionLogType Melee { get; }
Property Value
ObjectiveChanged
public static ActionLogType ObjectiveChanged { get; }
Property Value
PlayerDamaged
public static ActionLogType PlayerDamaged { get; }
Property Value
PlayerDeployed
public static ActionLogType PlayerDeployed { get; }
Property Value
PlayerDied
public static ActionLogType PlayerDied { get; }
Property Value
PlayerEnteredObjective
public static ActionLogType PlayerEnteredObjective { get; }
Property Value
PlayerEnteredZone
public static ActionLogType PlayerEnteredZone { get; }
Property Value
PlayerExitedObjective
public static ActionLogType PlayerExitedObjective { get; }
Property Value
PlayerExitedZone
public static ActionLogType PlayerExitedZone { get; }
Property Value
PlayerInjured
public static ActionLogType PlayerInjured { get; }
Property Value
Punch
public static ActionLogType Punch { get; }
Property Value
ShovelableBuilt
public static ActionLogType ShovelableBuilt { get; }
Property Value
SwapVehicleSeats
public static ActionLogType SwapVehicleSeats { get; }
Property Value
Teamkilled
public static ActionLogType Teamkilled { get; }
Property Value
TrapTriggered
public static ActionLogType TrapTriggered { get; }
Property Value
TryConnect
public static ActionLogType TryConnect { get; }
Property Value
VehicleDespawned
public static ActionLogType VehicleDespawned { get; }
Property Value
VehicleExploded
public static ActionLogType VehicleExploded { get; }
Property Value
Methods
FromId(ushort)
Get the action log type corresponding to the given id.
public static ActionLogType? FromId(ushort id)
Parameters
idushort
Returns
FromLegacyType(ActionLogTypeOld)
public static ActionLogType? FromLegacyType(ActionLogTypeOld legacyType)
Parameters
legacyTypeActionLogTypeOld
Returns
TryParse(ReadOnlySpan<char>, out ActionLogType)
public static bool TryParse(ReadOnlySpan<char> span, out ActionLogType type)
Parameters
spanReadOnlySpan<char>typeActionLogType