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

AssignPlayerToTrack

megamaz edited this page Mar 4, 2021 · 2 revisions

This is the AssignPlayerToTrack library. It serves as a simple data container for AssignPlayerToTrack event.

Create Instance

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

import noodleExtensions as NE

NE.AssignPlayerToTrack(10, "ExampleTrack")

To remove the player from the track, set the track to None

Functions

Variables

fromDict

Creates a new AssignPlayerToTrack from a dict event

classmethod fromDict

  • Parameters
    • data (dict)

event

The event in dict form

dict event

_time

The beat at which the event happens

float _time

_track

The track the player is assigned to

str _track

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