Lua API
On this page
EventArgs
Inherits from
Tip
This is a builtin dotnet type. The documentation and api interface are generated from dotnet source files.
Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.
Fields:
Constructors:
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