MohoLayer:InsertAction(name, frame, byReference)
Version added: before 9.5
Inserts an action into the current active timeline
Arguments:
| Name | Type | Description | Default | Ver |
| name | char | The name of the action to insert | < 9.5 | |
| frame | int32 | Which frame to insert it at | < 9.5 | |
| byReference | bool | True if by reference, false if by copy | < 9.5 |
Return value:
void none
Inserts an action into the current active timeline.
<< Back to MohoLayer