Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/dbl_single_click.h File Reference

Double and Single Clicks Functions. More...

Go to the source code of this file.

Functions

void doubleclick (NXWCLIENT ps)
 Double click.

void dbl_click_character (NXWCLIENT ps, P_CHAR target)
 Double clicks over PC/NPCs.

void singleclick (NXWSOCKET s)
 Single click.


Detailed Description

Double and Single Clicks Functions.


Function Documentation

void dbl_click_character NXWCLIENT    ps,
P_CHAR    target
 

Double clicks over PC/NPCs.

Parameters:
ps  clientof player who click
target  pointer to the pc/npc clicked

void doubleclick NXWCLIENT    ps
 

Double click.

Author:
Ripper, rewrite by Endymion
Parameters:
ps  client of player dbclick
Note:
Completely redone by Morrolan 20-07-99
Warning:
I use a define CASE for make more readable the code, if you change name of P_ITEM pi chage also the macro
Todo:
los

void singleclick NXWSOCKET    s
 

Single click.

Author:
Ripper
Parameters:
s  socket of player who click
SourceForge.net Logo