Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.04 KB

ModuleScript.Dump.rPFgKMTJ6Yx29zwCI4Mh5Q.md

File metadata and controls

22 lines (18 loc) · 1.04 KB

ModuleScript.Dump<T>(T, bool) Method

Dumps all information that it can find of the type using reflection. This should only be used to debug.

public void Dump<T>(T obj, bool getVariables=false);

Type parameters

T

Parameters

obj T
The object to reflect on.

getVariables System.Boolean
Whether it should search recursively for the elements within the elements.

Implements Dump(T, bool)