Package-level declarations

Types

Link copied to clipboard
class ChatFilterSettings : OutgoingGameMessage

Chat filter settings packed is used to set the public and trade chat filters to the specified values.

Link copied to clipboard
class ChatFilterSettingsPrivateChat(val privateChatFilter: Int) : OutgoingGameMessage

Chat filter settings packed is used to set the private chat filter.

Link copied to clipboard
class MessageGame : OutgoingGameMessage

Message game packet is used to send a normal game message in the player's chatbox.

Link copied to clipboard
class RunClientScript : OutgoingGameMessage

Run clientscript packet is used to execute a clientscript in the client with the provided arguments.

Link copied to clipboard
class SetMapFlag : OutgoingGameMessage

Set map flag is used to set the red map flag on the minimap. Use values 255, 255 to remove the map flag.

Link copied to clipboard
class SetPlayerOp : OutgoingGameMessage

Set player op packet is used to set the right-click option on all players to a specific option.

Link copied to clipboard
data object TriggerOnDialogAbort : OutgoingGameMessage

Trigger on dialog abort is used to invoke any ondialogabort scripts that have been set up on interfaces, typically to close any dialogues.

Link copied to clipboard
class UpdateRunEnergy(val runenergy: Int) : OutgoingGameMessage

Update runenergy packet is used to modify the player's current run energy. 100 units equals one percentage on the run orb, meaning a value of 10,000 is equal to 100% run energy.

Link copied to clipboard
class UpdateRunWeight(val runweight: Int) : OutgoingGameMessage

Update runweight packet is used to modify the player's current equipment and inventory weight, in grams.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class UpdateStatV1 : OutgoingGameMessage

Update stat V1 packet is used to set the current experience and levels of a skill for a given player, excluding the new invisible boosted level property.

Link copied to clipboard
class UpdateStatV2 : OutgoingGameMessage

Update stat packet is used to set the current experience and levels of a skill for a given player.

Link copied to clipboard
class UpdateStockMarketSlot : OutgoingGameMessage

Update stockmarket slot packet is used to set up an offer on the Grand Exchange, or to clear out an offer.

Link copied to clipboard
class UpdateTradingPost(val updateType: UpdateTradingPost.TradingPostUpdateType) : OutgoingGameMessage

Update trading post packed was used to create a list of offers of a specific obj in the trading post interface back when it still existed, in circa