Scripting
Reference
  • Home
  • Scripting Reference
  • Script Resource Links
  • Blog
  • Introduction
    • Script Conventions
    • Script Installation
  • LM
    • LM Constants
    • LM Functions
    • LM Classes
      • LM_ColorVector
      • LM_Matrix
      • LM_BBox
      • LM_Vector3
      • LM_Vector2
      • LM_Rect
      • rgb_color
      • LM_Point
      • LM_String
  • LM.GUI
    • LM.GUI Constants
    • LM.GUI Functions
    • LM.GUI Classes
      • LM_View
      • LM_BaseWidget
      • LM_StaticText
      • LM_DynamicText
      • LM_Divider
      • LM_Button
      • LM_CheckBox
      • LM_RadioButton
      • LM_TextControl
      • LM_LayoutView
      • LM_Menu
      • LM_PopupMenu
      • LM_PopupDialog
      • LM_TextList
      • LM_AngleWidget
      • LM_Slider
      • LM_ScrollBar
  • MOHO
    • MOHO Constants
    • MOHO Functions
    • MOHO Classes
      • AnimBool
      • AnimColor
      • AnimVec2
      • AnimVal
      • AnimChannel
      • InterpSetting
      • AnimString
      • AnimVec3
      • MohoRenderStyle
      • MohoLayerChannel
      • MohoPhysicsOptions
      • MohoLayer
      • MohoView
      • MouseEvent
      • MeshLayer
      • AudioLayer
      • NoteLayer
      • TrackingPoint
      • ImageLayer
      • KeyEvent
      • LM_FontPreview
      • LM_MeshPreview
      • GroupLayer
      • BoneLayer
      • SwitchLayer
      • ParticleLayer
      • ScriptInterface
      • ScriptPrefs
      • Mesh3DOptions
      • PoserActorGroup
      • Mesh3DLayer
      • MohoDoc
      • M_Point
      • M_Curve
      • M_Face3D
      • M_Material3D
      • M_Style
      • M_Shape
      • M_PointGroup
      • M_Mesh
      • M_Bone
      • M_Skeleton
      • M_Mesh3D
HomeMOHOMOHO Functions

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);
 
  • Posted in: MOHO
  • Introduction
    • Script Conventions
    • Script Installation
  • LM
    • LM Constants
    • LM Functions
    • LM Classes
      • LM_ColorVector
      • LM_Matrix
      • LM_BBox
      • LM_Vector3
      • LM_Vector2
      • LM_Rect
      • rgb_color
      • LM_Point
      • LM_String
  • LM.GUI
    • LM.GUI Constants
    • LM.GUI Functions
    • LM.GUI Classes
      • LM_View
      • LM_BaseWidget
      • LM_StaticText
      • LM_DynamicText
      • LM_Divider
      • LM_Button
      • LM_CheckBox
      • LM_RadioButton
      • LM_TextControl
      • LM_LayoutView
      • LM_Menu
      • LM_PopupMenu
      • LM_PopupDialog
      • LM_TextList
      • LM_AngleWidget
      • LM_Slider
      • LM_ScrollBar
  • MOHO
    • MOHO Constants
    • MOHO Functions
    • MOHO Classes
      • AnimBool
      • AnimColor
      • AnimVec2
      • AnimVal
      • AnimChannel
      • InterpSetting
      • AnimString
      • AnimVec3
      • MohoRenderStyle
      • MohoLayerChannel
      • MohoPhysicsOptions
      • MohoLayer
      • MohoView
      • MouseEvent
      • MeshLayer
      • AudioLayer
      • NoteLayer
      • TrackingPoint
      • ImageLayer
      • KeyEvent
      • LM_FontPreview
      • LM_MeshPreview
      • GroupLayer
      • BoneLayer
      • SwitchLayer
      • ParticleLayer
      • ScriptInterface
      • ScriptPrefs
      • Mesh3DOptions
      • PoserActorGroup
      • Mesh3DLayer
      • MohoDoc
      • M_Point
      • M_Curve
      • M_Face3D
      • M_Material3D
      • M_Style
      • M_Shape
      • M_PointGroup
      • M_Mesh
      • M_Bone
      • M_Skeleton
      • M_Mesh3D

AnimeStudioScripting.com produced and hosted by HubuMedia.com

hubumedia-logo
  • Home
  • Scripting Reference
  • Script Resource Links
  • Blog