Observe, Override, NewProxy

Introduction

Cyber Engine Tweaks allow mods to listen or overwrite game's script functions/methods. There are three kinds of functions:

  • Observe allows to listen for function/method execution

  • Override allows to overwrite a function/method

  • NewProxy allows to trigger a function/method callback using game's script system

Available Functions

pageObservepageOverride

Last updated