#include <thunks.h>
Inheritance diagram for ConstRolloutLocalThunk:Public Member Functions | |
| ScripterExport | ConstRolloutLocalThunk (Value *name, int control_index, Rollout *rollout) |
| void | collect () |
| Value * | assign_vf (Value **arg_list, int count) |
Public Member Functions inherited from RolloutLocalThunk | |
| RolloutLocalThunk (Value *name, int control_index, Rollout *rollout) | |
| BOOL | _is_rolloutthunk () |
| ScripterExport Value * | eval () |
| void | gc_trace () |
| void | collect () |
| ScripterExport void | sprin1 (CharStream *s) |
| Value * | assign_vf (Value **arg_list, int count) |
Additional Inherited Members | |
Public Attributes inherited from RolloutLocalThunk | |
| int | index |
| Rollout * | rollout |
| ScripterExport ConstRolloutLocalThunk | ( | Value * | name, |
| int | control_index, | ||
| Rollout * | rollout | ||
| ) |
| void collect | ( | ) |