Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

AssignTrackParent

megamaz edited this page Mar 3, 2021 · 1 revision

This is the AssignTrackParent class. It serves as a data container for AssignTrackParent events.

Create Instance

The event does not have to exist inside the level.dat for an instance to be created.

import noodleExtensions as NE

NE.AssignTrackParent(
    beat=10, # the beat at which the event happens
    tracks=["ExampleTrack01", "ExampleTrack02"], # The tracks to assign
    parentTrack="ExampleParentTrack"
)

Functions

Variables

fromDict

Creates a new AssignTrackParent event from dict data.

classmethod fromdict

  • Parameters
    • data (dict)

event

The event in dict form

dict event

_time

The beat at which the event will happen

float _time

_tracks

The children tracks

list[str] _tracks

_parentTrack

The parent track

str _parentTrack

If it doesn't link, it's a WIP. If you want to read it anywyas, Check the pages above.

Objects

Events

Clone this wiki locally