Skip to content

Reflection

GeckoN edited this page Jan 26, 2017 · 5 revisions

The Reflection API provided by Sven Co-op allows for some runtime evaluation of the API.

Classes

Class Description
[Arguments](/baso88/SC_AngelScript/wiki/Arguments) Contains a set of arguments to be used with a reflected function or method call.
[ReturnValue](/baso88/SC_AngelScript/wiki/ReturnValue) Contains the return value of a function or method call.
[Callable](/baso88/SC_AngelScript/wiki/Callable) Represents a callable type, either a function or method.
[Function](/baso88/SC_AngelScript/wiki/Function) Represents a function that can be called.
[Method](/baso88/SC_AngelScript/wiki/Method) Represents a method that can be called.
[ObjectType](/baso88/SC_AngelScript/wiki/ObjectType) Represents an object type.
[IReflectionGroup](/baso88/SC_AngelScript/wiki/IReflectionGroup) Represents a group of classes and functions.
[CReflection](/baso88/SC_AngelScript/wiki/CReflection) Reflection main interface.

Enumerations

Enum Description
[ArgumentType](/baso88/SC_AngelScript/wiki/ArgumentType) What the type of an argument is.

Clone this wiki locally