SongConfigData Resource
Namespace: SpaceUsurper
Inheritance: Object → HotloadedData → SongConfigData
Note
This resource type supports #include, so it can inherit properties
from other resources of the same type.
Properties
| Name | Description | 
|---|---|
| #include | (Inherited from HotloadedData<SongConfigData>) | 
| beatsPerBar | |
| beatsPerMinute | |
| layers | |
| precacheTextures | (Inherited from HotloadedData<SongConfigData>) | 
| properties | |
| restartOnStageReset | 
Script Parameters
Note
These parameters are available for you to use while writing scripts inside of a resource of this type.
| Name | Description | 
|---|---|
| beatsPerBar | Type: Int32 | 
| beatsPerMinute | Type: Single | 
| dt | Type: Single | 
| player | Type: DummyPlayer | 
| rand | Type: Rand | 
| song | Type: Song | 
| stage | Type: Stage | 
| this | Type: Song | 
| betweenForms | Alias of !isMenuStage && (stage.GetUnit('boss')?.CurrentCore == null | 
| isMenuStage | Alias of stage.IsMenuStage Type: Boolean |