MarioCommand

Coordinates Mario mode systems, wiring, and gameplay integration points. Use this page as a quick orientation point before editing MarioCommand.

Functions

Link copied to clipboard
Link copied to clipboard
fun setMode(player: ServerPlayer?, enabled: Boolean): Int
Link copied to clipboard
fun setModelByIndex(player: ServerPlayer?, modelIndex: Int): Int
Link copied to clipboard
fun setModelByName(player: ServerPlayer?, character: String): Int
Link copied to clipboard
fun showModel(player: ServerPlayer?): Int
Link copied to clipboard
fun showStatus(player: ServerPlayer?): Int
Link copied to clipboard
fun showSupport(player: ServerPlayer?): Int
Link copied to clipboard
fun toggleMode(player: ServerPlayer?): Int