Lua API global Variable Viewer (gvv)

by x2605

This is a debugging tool. This mod adds commands /gvv and others and a hotkey(Ctrl+Shift+V) to allow you to check _G and global table of map or each mods. Only admins can use command if it is multiplay game. You have to input some code for temporary accessibility or have to edit "control.lua" of other mod or map to access global table of the mod or map. See "Helper" tab for instructions.

Utilities
2 years ago
1.0 - 1.1
2.71K

g Property tab

2 years ago

What does the property tab show?
I see it as an empty all time.

2 years ago

An example using Bio Industries:

  • Build a bio farm
  • In the "global" tab of gvv, open the new entry in "bi_bio_farm_table". There should be "base = LuaEntity", "pole=LuaEntity" etc.
  • Right-click on "LuaEntity". This will bring you to gvv's "property" where you can browse the properties of that specific entity.

New response