#include <BehaviorContext.h>
Public Member Functions | |
| virtual size_t | GetNumValues () const =0 |
| virtual BehaviorDefaultValuePtr | GetDefaultValue (size_t i) const =0 |
Base class that handles default values. Values types are verified to match exactly the function signature. the order of the default values is the same as in C++ (going in reverse the back).