Reflection - baso88/SC_AngelScript GitHub Wiki
The Reflection API provided by Sven Co-op allows for some runtime evaluation of the API.
Classes
Class |
Description |
Arguments |
Contains a set of arguments to be used with a reflected function or method call. |
ReturnValue |
Contains the return value of a function or method call. |
Callable |
Represents a callable type, either a function or method. |
Function |
Represents a function that can be called. |
Method |
Represents a method that can be called. |
ObjectType |
Represents an object type. |
IReflectionGroup |
Represents a group of classes and functions. |
CReflection |
Reflection main interface. |
Enumerations
Enum |
Description |
ArgumentType |
What the type of an argument is. |