메소드 | 설명 | |
---|---|---|
GetBerserk ( int Index_, int ObjectIndex ) : void | ||
GetXP ( int Index_, int ObjectIndex ) : void | ||
GetXP ( int Index_, ulong exp, ulong sp ) : void | ||
HPMPUpdate ( int Index_ ) : void | ||
HPUpdate ( int Index_, bool decrease ) : void | ||
INTUpdate ( int Index_ ) : void | ||
MPUpdate ( int Index_, bool decrease ) : void | ||
OnStatPacket ( int Index_ ) : void | ||
STRUpdate ( int Index_ ) : void |
메소드 | 설명 | |
---|---|---|
CheckIfNewLevel ( int Index_, ulong EXP ) : bool | ||
CheckIfNewSp ( int Index_, ulong SEXP ) : bool |
public static GetBerserk ( int Index_, int ObjectIndex ) : void | ||
Index_ | int | |
ObjectIndex | int | |
리턴 | void |
public static GetXP ( int Index_, int ObjectIndex ) : void | ||
Index_ | int | |
ObjectIndex | int | |
리턴 | void |
public static GetXP ( int Index_, ulong exp, ulong sp ) : void | ||
Index_ | int | |
exp | ulong | |
sp | ulong | |
리턴 | void |
public static HPUpdate ( int Index_, bool decrease ) : void | ||
Index_ | int | |
decrease | bool | |
리턴 | void |
public static MPUpdate ( int Index_, bool decrease ) : void | ||
Index_ | int | |
decrease | bool | |
리턴 | void |