#include <thunks.h>
Public Member Functions | |
RolloutControlThunk (Value *name, int control_index, Rollout *rollout) | |
BOOL | _is_rolloutthunk () |
Value * | eval () |
ScripterExport void | gc_trace () |
void | collect () |
ScripterExport void | sprin1 (CharStream *s) |
Value * | assign_vf (Value **arg_list, int count) |
Public Attributes | |
int | index |
Rollout * | rollout |
RolloutControlThunk | ( | Value * | name, |
int | control_index, | ||
Rollout * | rollout | ||
) |
|
inline |
|
inline |
ScripterExport void gc_trace | ( | ) |
void collect | ( | ) |
ScripterExport void sprin1 | ( | CharStream * | s | ) |
int index |
Rollout* rollout |