All functions and variables that are explicitly exposed are listed in public.lua. Other public functions may change or be removed at any point.
DetailsMythicPlus.GetAmountOfLikesGivenByPlayerSelf(targetPlayerName)
DetailsMythicPlus.GetRunIdLikesGivenByPlayerSelf(targetPlayerName)
DetailsMythicPlus.Open(runId)
DetailsMythicPlus.GetSimpleDescription(runId)
DetailsMythicPlus.GetLatestRunId()
DetailsMythicPlus.UnregisterCallback(event, callbackFunction)
DetailsMythicPlus.RegisterCallback(event, callbackFunction)You can (de)register events by using the UnregisterCallback and RegisterCallback functions listed above.
RunFinishedtriggers right afterCreateRunInfo()andOpenScoreBoardAtEnd()- args:
runId: number
- args:
PlayerLiked- args:
runId: numberplayerName: stringThis is the name of the player that someone liked, not the player who liked someone
- args: