Otclient  14/8/2020
MinimapTile Struct Reference

#include <minimap.h>

Public Member Functions

 MinimapTile ()
 
bool hasFlag (MinimapTileFlags flag) const
 
int getSpeed () const
 
bool operator== (const MinimapTile &other) const
 
bool operator!= (const MinimapTile &other) const
 

Public Attributes

uint8 flags
 
uint8 color
 
uint8 speed
 

Detailed Description

Definition at line 43 of file minimap.h.

Constructor & Destructor Documentation

◆ MinimapTile()

MinimapTile::MinimapTile ( )
inline

Definition at line 45 of file minimap.h.

Member Function Documentation

◆ getSpeed()

int MinimapTile::getSpeed ( ) const
inline

Definition at line 50 of file minimap.h.

Here is the caller graph for this function:

◆ hasFlag()

bool MinimapTile::hasFlag ( MinimapTileFlags  flag) const
inline

Definition at line 49 of file minimap.h.

Here is the caller graph for this function:

◆ operator!=()

bool MinimapTile::operator!= ( const MinimapTile other) const
inline

Definition at line 52 of file minimap.h.

◆ operator==()

bool MinimapTile::operator== ( const MinimapTile other) const
inline

Definition at line 51 of file minimap.h.

Member Data Documentation

◆ color

uint8 MinimapTile::color

Definition at line 47 of file minimap.h.

◆ flags

uint8 MinimapTile::flags

Definition at line 46 of file minimap.h.

◆ speed

uint8 MinimapTile::speed

Definition at line 48 of file minimap.h.


The documentation for this struct was generated from the following file: