1. Home
  2. Docs
  3. AntiCheat
  4. Protected Fields

Protected Fields

Protected Fields allow you to protect your game against memory manipluation.

Currently protectable field types:

  • float
  • int16
  • int32
  • int64
  • uint16
  • uint32
  • uint64
  • String

Pro only:

  • double
  • bool
  • decimal
  • Vector2
  • Vector3
  • Vector4
  • Quaternion
  • DateTime

Access protected fields through replacing a normal fieldtype like Int32 with ProtectedInt32.

Access the field value with calling the property Value.

Example:

Possible Operations with Protected Field Types: