Lets you see class fields and their value during runtime from the console!
A Mod that lets you see class fields and thier value ingame!
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.
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.
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