Scripts
Explain how to load custom lua file
Getting started
dofile("plugins/cyber_engine_tweaks/scripts/myfile.lua") -- DEPRECATEDFunctions
Global functions
Game.PrintHealth()
-- or
Game.AddToInventory("Items.money", 500)Handle functions
PlayerHandles
Singleton
Regular handles
Helpers
Last updated