LibSM64

object LibSM64(source)

Bridges low-level libsm64/native behavior into the mod runtime. Use this page as a quick orientation point before editing LibSM64.

Types

Link copied to clipboard
object mCharState

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun MCharChangeAction(mCharId: Int, actionID: Int)
Link copied to clipboard
fun MCharChangeState(mCharId: Int, stateID: Int)
Link copied to clipboard
fun MCharCreate(pos: Vector3f): Int
Link copied to clipboard
fun MCharTeleport(mCharId: Int, pos: Vector3f)
Link copied to clipboard
fun MCharTick(mCharId: Int, inputs: SM64MCharInputs, state: SM64MCharState, geometryBuffers: SM64MCharGeometryBuffers)
Link copied to clipboard