MOHO Functions
The following functions are defined in the MOHO namespace. To call one of these functions, be sure to prepend
MOHO.to the function's name. For example,
MOHO.Redraw()is valid, while
Redraw()is not complete.
void Redraw()
Forces the Moho editing window to redraw itself.
Return value: none
extern void RedrawMoho @ Redraw(); extern void NewKeyframe(int32 channel); extern const char *Localize(const char *str);