C# Class ServerPointSystem.EPREvents

Show file Open project: vharonftw/ServerEPRSystem

Public Methods

Method Description
MonsterPointAward ( int npcid, int npctype, int awardamount, EPRPlayer player ) : void
PointOperate ( EPRPlayer player, int amount, PointOperateReason reason ) : void
PointPay ( EPRPlayer sender, EPRPlayer receiver, int amount ) : void
PointUse ( EPRPlayer player, int amount, PointUsage reason ) : void

Method Details

MonsterPointAward() public static method

public static MonsterPointAward ( int npcid, int npctype, int awardamount, EPRPlayer player ) : void
npcid int
npctype int
awardamount int
player EPRPlayer
return void

PointOperate() public static method

public static PointOperate ( EPRPlayer player, int amount, PointOperateReason reason ) : void
player EPRPlayer
amount int
reason PointOperateReason
return void

PointPay() public static method

public static PointPay ( EPRPlayer sender, EPRPlayer receiver, int amount ) : void
sender EPRPlayer
receiver EPRPlayer
amount int
return void

PointUse() public static method

public static PointUse ( EPRPlayer player, int amount, PointUsage reason ) : void
player EPRPlayer
amount int
reason PointUsage
return void