C
C
Cyber Engine Tweaks
Home
Discord
GitHub
Website
Search…
Cyber Engine Tweaks
Welcome
Red Modding
Getting Started
Installing
Config File
Uninstalling
Overlay
Usage
How do I ____?
Mod FAQs
Modding
Introduction
Functions
Player
Global
Systems
Special Types
TweakDB
Misc
Scripts
UI Examples
VS Code
Dictionary
Base Status Effects
stringType
Clothing Recipes
Teleportation Locations
Class Dumps
Enum Dump
Other
Patch notes
Upgrade Guide
CET Releases
External docs
Facts
Perks, Skills, Weapons...
List Items w Pictures
List items
Other Wikis
CyberCAT
WolvenKit
CP77 Tools
Powered By
GitBook
Functions
Overview of the different functions available to use on the console.
To call an internal script function, just prefix the function you want to call with
Game.
.
For example, if one wants to call
AddToInventory
they would call
Game.AddToInventory("ItemName", 1).
There are several kinds of functions and game systems that can be called and/or invoked.
Player Functions
Player
Global Functions
Global
Game System Functions
Systems
Special Types
Helper functions which let you construct internal data types.
Special Types
TweakDB
Methods for interacting with TweakDB, the game's internal data store.
TweakDB
Misc
Miscellaneous functions useful for debugging (print to console, dump type information) and getting special objects and info.
Misc
Previous
Introduction
Next
Player
Last modified
1yr ago
Export as PDF
Copy link
Contents
Player Functions
Global Functions
Game System Functions
Special Types
TweakDB
Misc