-
Notifications
You must be signed in to change notification settings - Fork 4
ReturnValue
GeckoN edited this page Jan 27, 2017
·
5 revisions
Represents a return value of a reflection function call.
Namespace: Reflection
The HTML documentation can be found here.
| 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. |
