ReturnValue - baso88/SC_AngelScript GitHub Wiki
Represents a return value of a reflection function call.
Namespace: Reflection
The HTML documentation can be found here.
Methods
Method | Description |
---|---|
bool HasReturnValue() const | Returns whether there is a return value or not. |
any@ ToAny() const | Returns the return value as an any instance, if there was a return value. |