SetMapFlag

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.

Constructors

Link copied to clipboard
constructor(xInBuildArea: Int, zInBuildArea: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

the x coordinate within the build area to render the map flag at.

Link copied to clipboard

the z coordinate within the build area to render the map flag at.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String