Atrinik Server 2.5
Data Fields
player_path Struct Reference

#include <player.h>

Data Fields

struct player_pathnext
mapstructmap
sint16 x
sint16 y
uint8 fails

Detailed Description

One path player is attempting to reach.

Definition at line 156 of file player.h.


Field Documentation

How many times we failed trying to reach this destination. If more than PLAYER_PATH_MAX_FAILS, will abort trying to reach the destination.

Definition at line 174 of file player.h.

Destination map.

Definition at line 162 of file player.h.

Next path in linked list.

Definition at line 159 of file player.h.

Destination X.

Definition at line 165 of file player.h.

Destination Y.

Definition at line 168 of file player.h.


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