ValExtract

Lets you see class fields and their value during runtime from the console!


2 Likes

1208 Downloads
banner for the ValExtract mod

Description:

A Mod that lets you see class fields and thier value ingame!

How to use:

  • returnVariablesOf className - Returns all fields and thier values of that class

    e.g. returnVariablesOf Raft will return all Variables of Raft objects in the game. screenshot for example 1

  • returnVariablesOf className fieldName1 (fieldName2, ...) - add one of the classes field names to cascade down the line and to get all fields of that field.

    e.g. returnVariableOf Raft localPlayer will return all fields of the localPlayer field in Raft objects in the game. screenshot for example 2

  • Its possible to continue this pattern, so "returnVariableOf Raft localPlayer inventory" will return all fields of the inventory field etc.

Description last changed on 2020-06-03