Table of Contents

Class WallHackDetectionInfo

Namespace
CodeStage.AntiCheat.Detectors
Assembly
Build.dll

Contains detailed information about latest Wall Hack detection.

public class WallHackDetectionInfo : ICheatDetectionInfo
Inheritance
object
WallHackDetectionInfo
Implements

Constructors

WallHackDetectionInfo(bool, bool, bool, bool)

public WallHackDetectionInfo(bool detectedByRigidbody, bool detectedByController, bool detectedByWireframe, bool detectedByRaycast)

Parameters

detectedByRigidbody bool
detectedByController bool
detectedByWireframe bool
detectedByRaycast bool

Properties

DetectedByController

Indicates if CharacterController module detected cheating.

public bool DetectedByController { get; }

Property Value

bool

DetectedByRaycast

Indicates if Raycast module detected cheating.

public bool DetectedByRaycast { get; }

Property Value

bool

DetectedByRigidbody

Indicates if Rigidbody module detected cheating.

public bool DetectedByRigidbody { get; }

Property Value

bool

DetectedByWireframe

Indicates if Wireframe module detected cheating.

public bool DetectedByWireframe { get; }

Property Value

bool

Methods

GetDetectionInfo()

Returns a formatted string containing detailed information about the detection.

public string GetDetectionInfo()

Returns

string

Formatted string with detection details.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.