Package-level declarations

Types

Link copied to clipboard

This hullmod displays the paintjob itself. It determines which to display by looking for a tag on the variant. The hullmod also allows the player to see in refit if a paintjob is applied and remove it.

Link copied to clipboard

To anybody reading this code: I'm sorry. Please don't try to understand it or learn from it.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MagicPaintjobSpec constructor(val modId: String, val modName: String, val id: String, val hullId: String, val hullIds: List<String> = listOf(hullId), var name: String, var unlockConditions: String? = null, var description: String? = null, var unlockedAutomatically: Boolean = true, var spriteId: String, var tags: List<String>?)

Functions

Link copied to clipboard