Lua API
On this page

Object

Tip

This is a builtin dotnet type. The documentation and api interface are generated from dotnet source files.

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Constructors:

New() :

Initializes a new instance of the Object class.

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string