Simple module to explore any object's methods and properties. Right-click on any object and "copy script adress", paste in the module "object" parameter and the script will log all methods and properties of this object.

eLandon 5d17610ffd Initial commit 1 rok pred
Chataigne_ScriptObjectExplorer.js 5d17610ffd Initial commit 1 rok pred
README.md 5d17610ffd Initial commit 1 rok pred
module.json 5d17610ffd Initial commit 1 rok pred

README.md

Chataigne script object explorer

This module allows to get all methods and properties of any object in chataigne by providing it's script adress.

Get the script adress of desired object by right-clicking and "copy script adress". Paste the adress in the "object" string and look at log. If needed you may re-print using "print" trigger