Anti-Cheat Toolkit  2023.2.6
Multi-purpose anti-cheat solution for Unity Engine
ObscuredFileWriteResult Struct Reference

Public Member Functions

override string ToString ()
 

Properties

bool Success [get]
 
ObscuredFileError Error [get]
 
bool IsValid [get]
 

Detailed Description

Contains ObscuredFile write operation results.

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Returns contents of this operation result.

Returns
Human-readable operation result.

Property Documentation

◆ Success

bool Success
get

Returns true in case operation had no errors.

◆ Error

ObscuredFileError Error
get

Contains specific error in case Success is not true but IsValid is true.

◆ IsValid

bool IsValid
get

Returns true if this struct was filled with actual data, otherwise will stay false.