Callable - baso88/SC_AngelScript GitHub Wiki
Represents an object that can be called.
Namespace: Reflection
The HTML documentation can be found here.
Methods
| Method | Description |
|---|---|
| string GetNamespace() const | Gets this instance's namespace |
| string GetName() const | Gets this instance's name |
| bool Equals(const Callable@ pCallable) const | Returns whether the given callable type is identical to this one. |
| bool IsCompatible(const Callable@ pCallable) const | Returns whether the given object type is compatible with this one. |
| Function@ opCast() | Explicitly casts to sub type. |
| Method@ opCast() | Explicitly casts to sub type. |