Library
Assembly: uMod.Core.dll
Inheritance Object Library
Implements ILibrary, ISingleton
Summary
Represents a library containing a set of functions for script languages to use
Properties
Name | Summary |
|---|---|
LastException | Stores the last exception |
Methods
Name | Summary |
|---|---|
Get ( | Gets library property |
Gets library property | |
GetFunction ( | Gets a function by the specified name |
GetFunctionNames () | Gets all function names in this library |
GetProperty ( | Gets a property by the specified name |
GetPropertyNames () | Gets all property names in this library |
Initialize () | |
Invoke library method | |
Invoke library method | |
Sets library property | |
Shutdown () | Called to perform any library-specific clean up |