You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
// This file is automatically generated. Changes to this file may be overwritten.
|
|
|
|
namespace Epic.OnlineServices.AntiCheatCommon
|
|
{
|
|
public sealed partial class AntiCheatCommonInterface
|
|
{
|
|
public const int LogeventApiLatest = 1;
|
|
|
|
public const int LogeventStringMaxLength = 39;
|
|
|
|
public const int LoggameroundendApiLatest = 1;
|
|
|
|
public const int LoggameroundstartApiLatest = 1;
|
|
|
|
public const int LogplayerdespawnApiLatest = 1;
|
|
|
|
public const int LogplayerreviveApiLatest = 1;
|
|
|
|
public const int LogplayerspawnApiLatest = 1;
|
|
|
|
public const int LogplayertakedamageApiLatest = 3;
|
|
|
|
public const int LogplayertickApiLatest = 2;
|
|
|
|
public const int LogplayeruseabilityApiLatest = 1;
|
|
|
|
public const int LogplayeruseweaponApiLatest = 2;
|
|
|
|
public const int LogplayeruseweaponWeaponnameMaxLength = 16;
|
|
|
|
public const int RegistereventApiLatest = 1;
|
|
|
|
public const int RegistereventCustomeventbase = 0x10000000;
|
|
|
|
public const int RegistereventMaxParamdefscount = 12;
|
|
|
|
public const int SetclientdetailsApiLatest = 1;
|
|
|
|
public const int SetgamesessionidApiLatest = 1;
|
|
}
|
|
}
|