Fimbulwinter Project  Pre-Alpha
An Ragnarok Online Emulator
Static Public Member Functions
PC Class Reference

Player Modules Main Class. More...

#include <PlayerModules.hpp>

List of all members.

Static Public Member Functions

static void set_new_pc (ZoneSessionData *sd, int account_id, int char_id, int login_id1, unsigned int client_tick, int sex, tcp_connection::pointer cl)
static bool auth_ok (ZoneSessionData *sd, unsigned int login_id2, time_t expiration_time, int gmlevel, struct CharData *status)
 PC Auth OK.
static void auth_fail (ZoneSessionData *sd)
 PC Auth Fail.
static int set_pos (ZoneSessionData *sd, unsigned short m, short x, short y, ClearType clrtype)
 PC Set Position.
static void reg_received (struct ZoneSessionData *sd)
 Register Received.

Detailed Description

Player Modules Main Class.

Author:
Fimbulwinter Development Team
GreenBox
Date:
29/12/11

Member Function Documentation

void PC::auth_fail ( ZoneSessionData sd) [static]

PC Auth Fail.

Author:
Fimbulwinter Development Team
GreenBox
Date:
29/12/11
bool PC::auth_ok ( ZoneSessionData sd,
unsigned int  login_id2,
time_t  expiration_time,
int  gmlevel,
struct CharData st 
) [static]

PC Auth OK.

Success generate a char into zone

Author:
Fimbulwinter Development Team
GreenBox
Date:
29/12/11
void PC::reg_received ( struct ZoneSessionData sd) [static]

Register Received.

Register a Character into the zone server

Author:
Fimbulwinter Development Team
GreenBox
Date:
29/12/11
int PC::set_pos ( ZoneSessionData sd,
unsigned short  mapindex,
short  x,
short  y,
ClearType  clrtype 
) [static]

PC Set Position.

Set a player in a position of the map

Author:
Fimbulwinter Development Team
GreenBox
Date:
29/12/11

The documentation for this class was generated from the following files:
 All Classes Functions