Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Model Engine 4 Model Engine 4
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 113
    • Issues 113
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • Model Engine 4Model Engine 4
  • Wiki
    • Modeling
  • Scriptable Keyframes

Scriptable Keyframes · Changes

Page history
wiki standardization authored Oct 21, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 7 deletions
+7 -7
  • Modeling/Scriptable-Keyframes.md Modeling/Scriptable-Keyframes.md +7 -7
  • No files found.
Modeling/Scriptable-Keyframes.md
View page @ 058ef9f7
......@@ -34,14 +34,14 @@ Primary_5:
MEG Commands are, by design, structurally very similar to MM mechanics. Currently, we have 7 commands. **All commands
will only target the model you are editing.**
### [`changeparent`](MythicMobs/mechanics/model/ChangeParent)
### [`changeparent`](/Skills/Mechanics/ChangeParent)
| Attribute | Description | Type |
|-----------|----------------------------|--------|
| parent | The new parent bone | String |
| child | The bone being re-parented | String |
### [`partvis`](MythicMobs/mechanics/model/PartVisibility)
### [`partvis`](/Skills/Mechanics/PartVisibility)
| Attribute | Description | Type |
|-----------|------------------------------------------|---------|
......@@ -49,7 +49,7 @@ will only target the model you are editing.**
| visible | Is the bone visible | Boolean |
| exact | Does the bone name need to match exactly | Boolean |
### [`tint`](MythicMobs/mechanics/model/Tint)
### [`tint`](/Skills/Mechanics/Tint)
| Attribute | Description | Type |
|-----------|--------------------------------------------|-----------|
......@@ -58,7 +58,7 @@ will only target the model you are editing.**
| exact | Does the bone name need to match exactly | Boolean |
| damage | Is this command modifying the damage color | Boolean |
### [`enchant`](MythicMobs/mechanics/model/Enchant)
### [`enchant`](/Skills/Mechanics/Enchant)
| Attribute | Description | Type |
|-----------|------------------------------------------|---------|
......@@ -66,7 +66,7 @@ will only target the model you are editing.**
| enchant | Is the bone enchanted | Boolean |
| exact | Does the bone name need to match exactly | Boolean |
### [`tag`](MythicMobs/mechanics/model/SetModelTag)
### [`tag`](/Skills/Mechanics/SetModelTag)
| Attribute | Description | Type |
|-----------|----------------------|---------|
......@@ -74,7 +74,7 @@ will only target the model you are editing.**
| tag | The displayed string | String |
| visible | Is the tag visible | Boolean |
### [`changepart`](MythicMobs/mechanics/model/ChangePart)
### [`changepart`](/Skills/Mechanics/ChangePart)
| Attribute | Description | Type |
|-----------|--------------------------------|--------|
......@@ -82,7 +82,7 @@ will only target the model you are editing.**
| nmodel | Model ID of the new bone model | String |
| npart | New bone ID | String |
### [`remap`](MythicMobs/mechanics/model/RemapModel)
### [`remap`](/Skills/Mechanics/RemapModel)
| Attribute | Description | Type |
|-----------|------------------------------------|--------|
......
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration

Modeling
  • Creating a Model
    • Hitbox & Eye Height
    • Shadow
  • Bone Behaviors
  • Animating a Model
  • Importing a Model
  • Scriptable Keyframes
  • Optional Tools
MythicMobs
  • Mechanics
  • Conditions
  • Targeters
Citizens (R4.0.4)
  • Trait
  • Commands & Permissions

API
  • Basic
    • Apply / Remove Model
    • Play / Stop Animation
    • Configure Bone Behaviors
    • Mounting / Dismounting Model
    • Per-Player Model
    • Events
  • Advanced
    • Custom Base Entity
    • Custom Mount Controller
    • Custom Importer
    • Custom Bone Behaviors
    • Custom Script Reader
    • Custom Timeline
    • Custom Animation Handler
    • Custom Render Type

Technical
  • Terminology
  • Animation Systems
  • Mount Controllers
Promotional Material