Property | Type | Description | |
---|---|---|---|
m_guildDisplayInfos | string | ||
m_lastEmoteId | int | ||
m_lastRegenTime | long | ||
m_mount | MountEntity | ||
m_regenTimer | double |
Method | Description | |
---|---|---|
AbortAction ( GameActionTypeEnum actionType ) : void |
|
|
AddDishonour ( int value ) : void |
|
|
AddExperience ( long experience ) : void |
|
|
AddHonour ( int value ) : void |
|
|
CanBeExchanged ( ExchangeTypeEnum exchangeType ) : bool |
|
|
ChallengePlayer ( |
|
|
CharacterEntity ( AccountTicket account, CharacterDAO characterDAO, EntityTypeEnum type = EntityTypeEnum.TYPE_CHARACTER ) : System |
|
|
CheckRestrictions ( ) : void |
|
|
CraftStart ( |
|
|
DefendTaxCollector ( ) : void |
|
|
DisableAlignment ( bool force = false ) : bool |
|
|
Disconnected ( ) : bool |
|
|
DispatchChatMessage ( ChatChannelEnum channel, string message, |
|
|
DispatchGuildMessage ( string message ) : void |
|
|
DispatchPartyMessage ( string message ) : void |
|
|
Dispose ( ) : void |
|
|
EmoteUse ( int emoteId, int timeout = 360000 ) : void |
|
|
EnableAlignment ( ) : void |
|
|
EndFight ( bool win = false ) : void |
|
|
EndTurn ( ) : FightActionResultEnum |
|
|
ExchangeAuctionHouseBuy ( NonPlayerCharacterEntity entity ) : void |
|
|
ExchangeAuctionHouseSell ( NonPlayerCharacterEntity entity ) : void |
|
|
ExchangeMerchant ( |
|
|
ExchangeNpc ( NonPlayerCharacterEntity npc ) : void |
|
|
ExchangePaddock ( |
|
|
ExchangePersonalShop ( ) : void |
|
|
ExchangePlayer ( |
|
|
ExchangeShop ( NonPlayerCharacterEntity entity ) : void |
|
|
ExchangeStorage ( |
|
|
ExchangeTaxCollector ( |
|
|
FreeSoul ( ) : void |
|
|
GuildCreationOpen ( ) : void |
|
|
HardResetSpells ( ) : void |
|
|
HarvestStart ( HarvestableResource resource, int duration ) : void |
|
|
HasEnnemy ( string pseudo ) : bool |
|
|
HasFriend ( string pseudo ) : bool |
|
|
HasSkill ( SkillIdEnum id ) : bool |
|
|
HasSkill ( int id ) : bool |
|
|
JoinFight ( AbstractFight fight, FightTeam team ) : void |
|
|
JoinSpectator ( AbstractFight fight ) : void |
|
|
LevelUp ( ) : void |
|
|
LoseEnergy ( ) : void |
|
|
MountRideUnride ( ) : void |
|
|
NpcDialogStart ( NonPlayerCharacterEntity npc ) : void |
|
|
OnLoseFight ( DeathTypeEnum type ) : void |
|
|
Reborn ( ) : void |
|
|
RefreshOnMap ( ) : void |
|
|
RefreshPersonalShopTaxe ( ) : void |
|
|
ResetAlignment ( int alignmentId ) : void |
|
|
SafeKick ( string kicker = "", string reason = "" ) : void |
|
|
SendAccountStats ( ) : void |
|
|
SendMountEquipped ( ) : void |
|
|
SendMountXpShare ( ) : void | ||
SendQuestsList ( ) : void |
|
|
SendQuestsStepsList ( int questId ) : void |
|
|
SerializeAs_EnnemyInformations ( string playerPseudo, StringBuilder message ) : void |
|
|
SerializeAs_FriendInformations ( string playerPseudo, StringBuilder message ) : void |
|
|
SerializeAs_GameMapInformations ( OperatorEnum operation, StringBuilder message ) : void |
|
|
SerializeAs_PartyMemberInformations ( StringBuilder message ) : void |
|
|
ServerKick ( string reason = "" ) : void |
|
|
SetAlignment ( int alignmentId ) : void |
|
|
SetAway ( ) : void |
|
|
SetCharacterGuild ( GuildMember characterGuild ) : void |
|
|
StartAction ( GameActionTypeEnum actionType ) : void |
|
|
StartRegeneration ( double timer ) : void |
|
|
StopAction ( GameActionTypeEnum actionType ) : void |
|
|
StopEmote ( ) : void |
|
|
StopRegeneration ( ) : void |
|
|
SubstractDishonour ( int value ) : void |
|
|
SubstractHonour ( int value ) : void |
|
|
WaypointStart ( Waypoint waypoint ) : void |
|
Method | Description | |
---|---|---|
LoadEquippedMount ( ) : void |
public AbortAction ( GameActionTypeEnum actionType ) : void | ||
actionType | GameActionTypeEnum | |
return | void |
public AddExperience ( long experience ) : void | ||
experience | long | |
return | void |
public CanBeExchanged ( ExchangeTypeEnum exchangeType ) : bool | ||
exchangeType | ExchangeTypeEnum | |
return | bool |
public ChallengePlayer ( |
||
player | ||
return | void |
public CharacterEntity ( AccountTicket account, CharacterDAO characterDAO, EntityTypeEnum type = EntityTypeEnum.TYPE_CHARACTER ) : System | ||
account | AccountTicket | |
characterDAO | CharacterDAO | |
type | EntityTypeEnum | |
return | System |
public CraftStart ( |
||
plan | ||
skill | ||
return | void |
public DisableAlignment ( bool force = false ) : bool | ||
force | bool | |
return | bool |
public DispatchChatMessage ( ChatChannelEnum channel, string message, |
||
channel | ChatChannelEnum | |
message | string | |
whispedCharacter | ||
return | bool |
public DispatchGuildMessage ( string message ) : void | ||
message | string | |
return | void |
public DispatchPartyMessage ( string message ) : void | ||
message | string | |
return | void |
public EmoteUse ( int emoteId, int timeout = 360000 ) : void | ||
emoteId | int | |
timeout | int | |
return | void |
public ExchangeAuctionHouseBuy ( NonPlayerCharacterEntity entity ) : void | ||
entity | NonPlayerCharacterEntity | |
return | void |
public ExchangeAuctionHouseSell ( NonPlayerCharacterEntity entity ) : void | ||
entity | NonPlayerCharacterEntity | |
return | void |
public ExchangeMerchant ( |
||
merchant | ||
return | void |
public ExchangeNpc ( NonPlayerCharacterEntity npc ) : void | ||
npc | NonPlayerCharacterEntity | |
return | void |
public ExchangePaddock ( |
||
paddock | ||
return | void |
public ExchangePlayer ( |
||
player | ||
return | void |
public ExchangeShop ( NonPlayerCharacterEntity entity ) : void | ||
entity | NonPlayerCharacterEntity | |
return | void |
public ExchangeStorage ( |
||
storage | ||
return | void |
public ExchangeTaxCollector ( |
||
taxCollector | ||
return | void |
public HarvestStart ( HarvestableResource resource, int duration ) : void | ||
resource | HarvestableResource | |
duration | int | |
return | void |
public JoinFight ( AbstractFight fight, FightTeam team ) : void | ||
fight | AbstractFight | |
team | FightTeam | |
return | void |
public JoinSpectator ( AbstractFight fight ) : void | ||
fight | AbstractFight | |
return | void |
public NpcDialogStart ( NonPlayerCharacterEntity npc ) : void | ||
npc | NonPlayerCharacterEntity | |
return | void |
public OnLoseFight ( DeathTypeEnum type ) : void | ||
type | DeathTypeEnum | |
return | void |
public ResetAlignment ( int alignmentId ) : void | ||
alignmentId | int | |
return | void |
public SafeKick ( string kicker = "", string reason = "" ) : void | ||
kicker | string | |
reason | string | |
return | void |
public SendQuestsStepsList ( int questId ) : void | ||
questId | int | |
return | void |
public SerializeAs_EnnemyInformations ( string playerPseudo, StringBuilder message ) : void | ||
playerPseudo | string | |
message | StringBuilder | |
return | void |
public SerializeAs_FriendInformations ( string playerPseudo, StringBuilder message ) : void | ||
playerPseudo | string | |
message | StringBuilder | |
return | void |
public SerializeAs_GameMapInformations ( OperatorEnum operation, StringBuilder message ) : void | ||
operation | OperatorEnum | |
message | StringBuilder | |
return | void |
public SerializeAs_PartyMemberInformations ( StringBuilder message ) : void | ||
message | StringBuilder | |
return | void |
public ServerKick ( string reason = "" ) : void | ||
reason | string | |
return | void |
public SetAlignment ( int alignmentId ) : void | ||
alignmentId | int | |
return | void |
public SetCharacterGuild ( GuildMember characterGuild ) : void | ||
characterGuild | GuildMember | |
return | void |
public StartAction ( GameActionTypeEnum actionType ) : void | ||
actionType | GameActionTypeEnum | |
return | void |
public StartRegeneration ( double timer ) : void | ||
timer | double | |
return | void |
public StopAction ( GameActionTypeEnum actionType ) : void | ||
actionType | GameActionTypeEnum | |
return | void |
public SubstractDishonour ( int value ) : void | ||
value | int | |
return | void |
public WaypointStart ( Waypoint waypoint ) : void | ||
waypoint | Waypoint | |
return | void |