ℹ️
Cyber Engine Tweaks
DiscordEdit
  • 🏠Welcome
  • Getting Started
    • πŸ’ΏInstallation
      • 🚨Troubleshooting
      • 🐧Linux (Proton)
      • πŸ—‘οΈUninstall
    • ❔How do I _____?
  • Overlay
    • πŸ–₯️Usage
      • FAQ
    • 🎹Console
      • Useful commands
    • πŸ–±οΈBindings
    • πŸ› οΈSettings
      • Config file
        • Change font & language setting
    • πŸ—„οΈTweakDB Editor
    • βŒ›Game Log
  • Modding
  • πŸ“–Introduction
  • 🎯First Steps
    • Mod Structure
    • Logs & Debug
    • Good Practices
  • πŸ’ŽResources
    • VS Code
    • Class Dumps
    • NativeDB
    • Enum Dump
  • πŸ“—Scripting API
  • πŸ“˜CET Functions
    • Events
      • onInit
      • onUpdate
      • onDraw
      • onOverlayOpen
      • onOverlayClose
      • onShutdown
      • onTweak
    • Hotkeys
      • RegisterHotkey
      • RegisterInput
    • Miscellaneous
      • Debug functions
      • Getters functions
    • Observe, Override, NewProxy
      • Observe
      • Override
      • NewProxy
    • Movement / Camera
      • AdjustTransformWithDurations
    • Special Types
    • TweakDB
  • πŸ“’Game Functions
  • 🎲CET and Codeware
  • ✏️Snippets & Examples
    • UI Examples
      • Helpful GUI Mods
    • Utilities
      • Debug
      • Files
      • Hooks
      • Tables
      • Async / waiting
  • Dictionary
  • Base Status Effects
  • stringType
  • Clothing Recipes
  • How To Teleport
  • Other
  • Patch notes
  • Upgrade Guide
  • CET Releases
  • External docs
    • NativeDB
    • Console Commands
  • Other Wikis
  • Red Modding
  • CyberCAT
  • WolvenKit
  • CP77 Tools
Powered by GitBook
On this page
Export as PDF
  1. πŸ“˜CET Functions
  2. Events

onTweak

This event gets triggered even before onInit, and can be useful for making changes to the TweakDB, as some values can only be changes very early during the loading process.

PreviousonShutdownNextHotkeys

Last updated 1 year ago