Planeshift
|
Any semi-autonomous object, either a player or an NPC. More...
#include <gem.h>
Classes | |
struct | ChatHistoryEntry |
Info: Stores a chat history element. More... | |
struct | DRstate |
Public Member Functions | |
int | ActiveSpellCount (const csString &name) |
void | AddActiveSpell (ActiveSpell *asp) |
void | AddAttackerHistory (gemActor *attacker, float damage) |
void | AddAttackerHistory (gemActor *attacker, float hpRate, csTicks duration) |
bool | AddChatReport (gemActor *reporter) |
Adds an active report (file logging session) to this actor. | |
bool | AtRest () const |
void | AttachScript (ProgressionScript *script, int type) |
virtual void | Broadcast (int clientnum, bool control) |
virtual void | BroadcastTargetStatDR (ClientConnectionSet *clients) |
bool | CanBeAttackedBy (gemActor *attacker, gemActor *&lastAttacker) const |
void | CancelActiveSpellsForDeath () |
void | CancelActiveSpellsWhichDamage () |
void | ClearDamageHistory () |
void | Defeat () |
void | DetachScript (ProgressionScript *script, int type) |
void | DoDamage (gemActor *attacker, float damage) |
void | EndAttack () |
void | FallBegan (const csVector3 &pos, iSector *sector) |
Called when the object began falling - 'fallBeginning' tells where the fall started displaceY is the displacement that needs to be added to due to passing through warping portals portalSector is the final sector of the player after passing through the warping portals. | |
float | FallEnded (const csVector3 &pos, iSector *sector) |
Called when the object has fallen down - sets its falling status to false. | |
ActiveSpell * | FindActiveSpell (const csString &name, SPELL_TYPE type) |
int | FindAnimIndex (const char *name) |
gemObject * | FindNearbyActorName (const char *name) |
Used by chat manager to identify an npc you are near if you talk to one. | |
virtual void | ForcePositionUpdate (int32_t loadDelay=0, csString background="", csVector2 point1=0, csVector2 point2=0, csString widget="") |
gemActor (GEMSupervisor *gemsupervisor, CacheManager *cachemanager, EntityManager *entitymanager, psCharacter *chardata, const char *factname, InstanceID myInstance, iSector *room, const csVector3 &pos, float rotangle, int clientnum) | |
uint32_t | GetActiveMagicSequence () |
Get the activeMagic sequence, updating to the next value;. | |
csArray< ActiveSpell * > & | GetActiveSpells () |
FrozenBuffable & | GetBuffableFrozen () |
virtual psCharacter * | GetCharacterData () |
virtual Client * | GetClient () const |
const Stance & | GetCombatStance () |
AttackerHistory * | GetDamageHistory (int pos) const |
size_t | GetDamageHistoryCount () const |
virtual unsigned | GetDefaultAttackID () |
virtual csString | GetDefaultBehavior (const csString &dfltBehaviors) |
csTicks | GetFallStartTime () |
bool | GetFiniteInventory () |
const char * | GetFirstName () |
csPtr< PlayerGroup > | GetGroup () |
int | GetGroupID () |
psGuildInfo * | GetGuild () |
psGuildLevel * | GetGuildLevel () |
psGuildMember * | GetGuildMembership () |
Gets the psguildmember structure refereed to this actor, if in a guild. | |
const char * | GetGuildName () |
virtual bool | GetInvincibility () |
void | GetLastLocation (csVector3 &pos, float &yrot, iSector *§or, InstanceID &instance) |
Get the last reported location this actor was at. | |
void | GetLastProductionPos (csVector3 &pos) |
virtual void | GetLastSuperclientPos (csVector3 &pos, InstanceID &instance, csTicks &last) const |
int | GetMasqueradeLevel () |
PSCHARACTER_MODE | GetMode () |
const char * | GetModeStr () |
Return a string name of the mode. | |
psCharacter * | GetMount () const |
virtual const char * | GetObjectType () |
virtual PID | GetPID () |
void | GetPrevTeleportLocation (csVector3 &pos, float &yrot, iSector *§or, InstanceID &instance) |
Get the location of the player before he was teleported. | |
const csVector3 & | GetProductionStartPos (void) const |
Returns the place where the player last started digging. | |
float | GetRelativeFaction (gemActor *speaker) |
int | GetSecurityLevel () |
bool | GetSpawnPos (csVector3 &pos, float &yrot, iSector *§or, bool useRange=false) |
Gets the player spawn position according to his race. | |
gemObject * | GetTargetObject () const |
int | GetTargetType (gemObject *target) |
Get the target type in regards to attacks. | |
psWorkGameEvent * | GetTradeWork () |
Return trade work event so it can be stopped. | |
void | GetValidPos (csVector3 &pos, float &yrot, iSector *§or, InstanceID &instance) |
virtual float | GetVelocity () |
Get the z velocity of the actor. | |
bool | GetViewAllObjects () |
Flag to determine of this player can see all objects. | |
virtual bool | GetVisibility () |
void | HandleDeath () |
virtual bool | HasBeenAttackedBy (gemActor *attacker) |
Checks the attacker history to see if the attacker has actually attacked the entity. | |
bool | InGroup () const |
virtual bool | InsideGuardedArea (gemObject *object) |
Check if object is inside guarded area. | |
void | InterruptSpellCasting () |
void | InvokeAttackScripts (gemActor *defender, psItem *weapon) |
void | InvokeDefenseScripts (gemActor *attacker, psItem *weapon) |
void | InvokeMovementScripts () |
void | InvokeNearlyDeadScripts (gemActor *defender, psItem *weapon) |
bool | IsAllowedToAttack (gemObject *target, csString &msg) |
Checks if our actor can attack given target. | |
bool | IsAllowedToMove () |
bool | IsFalling () |
Checks if the object is falling. | |
bool | IsFrozen () |
bool | IsGroupedWith (gemActor *other, bool IncludePets=false) const |
bool | IsLoggingChat () const |
Returns /report file logging status. | |
bool | IsMounted () |
bool | IsMyPet (gemActor *other) const |
bool | IsSpellCasting () |
void | Kill (gemActor *attacker) |
bool | LogChatMessage (const char *who, const psChatMessage &msg) |
Adds the chat message to the history and optionally to the log file. | |
bool | LogLine (const char *szLine) |
Saves a line to this actor's chat history and logs it to a file, if there are active reports. | |
bool | LogSystemMessage (const char *szLine) |
Saves a system message to this actor's chat history and logs it to a file, if there are active reports. | |
void | MoveToLastPos () |
Moves player to his last reported location. | |
bool | MoveToSpawnPos (int32_t delay=0, csString background="", csVector2 point1=0, csVector2 point2=0, csString widget="") |
Moves player to his spawn position. | |
bool | MoveToValidPos (bool force=false) |
Restores actor to his last valid position. | |
void | MulticastDRUpdate () |
void | ProcessStamina () |
void | ProcessStamina (const csVector3 &velocity, bool force=false) |
void | RegisterCallback (iDeathCallback *receiver) |
bool | RemoveActiveSpell (ActiveSpell *asp) |
void | RemoveAttackerHistory (gemActor *attacker) |
void | RemoveChatReport () |
Removes an active report (file logging session) for this actor. | |
void | RemoveFromGroup () |
void | Resurrect () |
virtual bool | SeesObject (gemObject *object, float range) |
virtual bool | Send (int clientnum, bool control, bool to_superclients, psPersistAllEntities *allEntities=NULL) |
Send this object to the given client. | |
void | SendActiveSpells () |
virtual void | SendBehaviorMessage (const csString &str, gemObject *obj) |
virtual void | SendGroupMessage (MsgEntry *me) |
Distribute this object to all members of a group. | |
virtual void | SendGroupStats () |
virtual void | SendTargetStatDR (Client *client) |
void | SetAction (const char *anim, csTicks &timeDelay) |
void | SetAllowedToDisconnect (bool allowed) |
Call this to ask the actor to set allowed to disconnect in the connected client. | |
void | SetAllowedToMove (bool newvalue) |
virtual void | SetCombatStance (const Stance &stance) |
virtual void | SetDefaultAttackID (unsigned) |
void | SetDefaults (bool player) |
Set attributes back to default. | |
bool | SetDRData (psDRMessage &drmsg) |
void | SetEquipment (const char *equip) |
void | SetFiniteInventory (bool v) |
void | SetFrozen (bool flag) |
Check whether the actor is frozen. | |
void | SetGroup (PlayerGroup *group) |
void | SetInstance (InstanceID worldInstance) |
virtual void | SetInvincibility (bool invincible) |
void | SetLastProductionPos (csVector3 &pos) |
virtual void | SetLastSuperclientPos (const csVector3 &pos, InstanceID instance, const csTicks &now) |
void | SetMasqueradeLevel (int level) |
bool | SetMesh (const char *meshname) |
void | SetMode (PSCHARACTER_MODE newmode, uint32_t extraData=0) |
void | SetMount (psCharacter *newMount) |
void | SetPosition (const csVector3 &pos, float angle, iSector *sector) |
void | SetPrevTeleportLocation (const csVector3 &pos, float yrot, iSector *sector, InstanceID instance) |
Record the location of this actor before he was teleported. | |
void | SetProductionStartPos (const csVector3 &pos) |
Sets the place where the player started digging. | |
void | SetSecurityLevel (int level) |
void | SetSpellCasting (psSpellCastGameEvent *event) |
void | SetTargetObject (gemObject *object) |
void | SetTextureParts (const char *parts) |
void | SetTradeWork (psWorkGameEvent *event) |
Assign trade work event so it can be accessed. | |
bool | SetupCharData () |
void | SetViewAllObjects (bool v) |
virtual void | SetVisibility (bool visible) |
void | Sit () |
Make the character sit. | |
void | Stand () |
Makes the character stand up. | |
bool | StartAttack () |
void | StopMoving (bool worldVel=false) |
void | Teleport (iSector *sector, const csVector3 &pos, float yrot, InstanceID instance, int32_t loadDelay=0, csString background="", csVector2 point1=0, csVector2 point2=0, csString widget="") |
void | Teleport (const char *sec, const csVector3 &pos, float yrot, InstanceID instance, int32_t loadDelay=0, csString background="", csVector2 point1=0, csVector2 point2=0, csString widget="") |
void | Teleport (iSector *sector, const csVector3 &pos, float yrot, int32_t loadDelay=0, csString background="", csVector2 point1=0, csVector2 point2=0, csString widget="") |
void | UnregisterCallback (iDeathCallback *receiver) |
virtual bool | UpdateDR () |
void | UpdateStats () |
void | UpdateValidLocation (const csVector3 &pos, float yrot, iSector *sector, InstanceID instance, bool force=false) |
virtual | ~gemActor () |
iScriptableVar implementation | |
Functions that implement the iScriptableVar interface. | |
virtual double | GetProperty (MathEnvironment *env, const char *ptr) |
Get the value of the specified property. | |
virtual double | CalcFunction (MathEnvironment *env, const char *functionName, const double *params) |
Public Attributes | |
psLinearMovement * | pcmove |
GM/debug abilities | |
Turn on and of features used for GMs/debuging. | |
bool | nevertired |
These flags are for GM/debug abilities. | |
bool | infinitemana |
infinite mana | |
bool | instantcast |
cast spells instantly | |
bool | safefall |
no fall damage | |
bool | questtester |
no quest lockouts | |
bool | givekillexp |
give exp if killed | |
Protected Member Functions | |
virtual void | ApplyStaminaCalculations (const csVector3 &velocity, float times) |
bool | CanSwitchMode (PSCHARACTER_MODE from, PSCHARACTER_MODE to) |
bool | InitCharData (Client *c) |
bool | InitLinMove (const csVector3 &pos, float angle, iSector *sector) |
Determines the right size and height for the collider for the sprite and sets the actual position of the sprite. | |
void | SetGMDefaults () |
Set initial attributes for GMs. | |
Protected Attributes | |
uint32_t | activeMagic_seq |
active magic message seq | |
unsigned int | activeReports |
unsigned int activeReports Info: Total /report commands filed against this player that are still active (logging). | |
csArray< ActiveSpell * > | activeSpells |
bool | atRest |
Is this character stationary or moving? | |
uint8_t | attack_cnt |
Count of attack events in CS event queue. | |
csVector3 | bottom |
csArray< ChatHistoryEntry > | chatHistory |
csArray<ChatHistoryEntry> chatHistory Info: Chat history for this player. A chat line stays in history for CHAT_HISTORY_LIFETIME (defined in gem.cpp). | |
csWeakRef< Client > | clientRef |
Stance | combat_stance |
csArray< iDeathCallback * > | deathReceivers |
List of objects which are to be notified when this actor dies. | |
csPDelArray< AttackerHistory > | dmgHistory |
uint8_t | DRcounter |
increments in loop to prevent out of order packet overwrites of better data | |
csVector3 | fallStartPos |
the position where the fall began | |
iSector * | fallStartSector |
the sector where the fall began | |
csTicks | fallStartTime |
uint8_t | forceDRcounter |
sequence number for forced position updates | |
iSector * | forcedSector |
Needed to force the effect of a psForcePositionMessage since sectors are tied to instances and force position messages may be lost on crash, loading failure, etc. This ensures that a DR message containing the new sector is received at least once. | |
csRef< PlayerGroup > | group |
bool | invincible |
cannot be attacked | |
bool | isAllowedToMove |
Is a movement lockout in effect? | |
bool | isFalling |
is this object falling down ? | |
FrozenBuffable | isFrozen |
Whether the actor is frozen or not. | |
DRstate | last_location |
csVector3 | last_production_pos |
csTicks | lastDR |
unsigned int | lastSentSuperclientInstance |
csVector3 | lastSentSuperclientPos |
csTicks | lastSentSuperclientTick |
csVector3 | lastV |
csRef< iFile > | logging_chat_file |
csRef<iFile> logging_chat_file Info: log file handle. | |
int | masqueradeLevel |
psCharacter * | mount |
uint8_t | movementMode |
Actor movement mode from DB table movement_modes. | |
DRstate | newvalid_location |
csVector3 | offset |
csPDelArray< ProgressionScript > | onAttackScripts |
csPDelArray< ProgressionScript > | onDefenseScripts |
csPDelArray< ProgressionScript > | onMovementScripts |
csPDelArray< ProgressionScript > | onNearlyDeadScripts |
PID | pid |
Player ID (also known as character ID or PID) | |
PSCHARACTER_MODE | player_mode |
DRstate | prev_teleport_location |
csVector3 | productionStartPos |
Production Start Pos is used to record the place where people started digging. | |
psCharacter * | psChar |
int | securityLevel |
What commands the actor can access. Normally only for a player controlled object. | |
psSpellCastGameEvent * | spellCasting |
Hold a pointer to the game event < for the spell currently cast. | |
csWeakRef< gemObject > | targetObject |
Is the current targeted object for this actor. | |
csVector3 | top |
struct gemActor::DRstate | valid_location |
bool | viewAllObjects |
can view invisible objects? | |
bool | visible |
is visible to clients ? | |
psWorkGameEvent * | workEvent |
gemActor::gemActor | ( | GEMSupervisor * | gemsupervisor, |
CacheManager * | cachemanager, | ||
EntityManager * | entitymanager, | ||
psCharacter * | chardata, | ||
const char * | factname, | ||
InstanceID | myInstance, | ||
iSector * | room, | ||
const csVector3 & | pos, | ||
float | rotangle, | ||
int | clientnum | ||
) |
virtual gemActor::~gemActor | ( | ) | [virtual] |
int gemActor::ActiveSpellCount | ( | const csString & | name | ) |
void gemActor::AddActiveSpell | ( | ActiveSpell * | asp | ) |
bool gemActor::AddChatReport | ( | gemActor * | reporter | ) |
Adds an active report (file logging session) to this actor.
[in] | reporter | The client actor issuing /report |
virtual void gemActor::ApplyStaminaCalculations | ( | const csVector3 & | velocity, |
float | times | ||
) | [protected, virtual] |
Reimplemented in gemNPC.
void gemActor::AttachScript | ( | ProgressionScript * | script, |
int | type | ||
) |
virtual void gemActor::Broadcast | ( | int | clientnum, |
bool | control | ||
) | [virtual] |
virtual void gemActor::BroadcastTargetStatDR | ( | ClientConnectionSet * | clients | ) | [virtual] |
Reimplemented from gemObject.
virtual double gemActor::CalcFunction | ( | MathEnvironment * | env, |
const char * | functionName, | ||
const double * | params | ||
) | [virtual] |
Reimplemented from gemObject.
void gemActor::CancelActiveSpellsForDeath | ( | ) |
void gemActor::CancelActiveSpellsWhichDamage | ( | ) |
bool gemActor::CanSwitchMode | ( | PSCHARACTER_MODE | from, |
PSCHARACTER_MODE | to | ||
) | [protected] |
void gemActor::Defeat | ( | ) |
void gemActor::DetachScript | ( | ProgressionScript * | script, |
int | type | ||
) |
void gemActor::FallBegan | ( | const csVector3 & | pos, |
iSector * | sector | ||
) |
Called when the object began falling - 'fallBeginning' tells where the fall started displaceY is the displacement that needs to be added to due to passing through warping portals portalSector is the final sector of the player after passing through the warping portals.
float gemActor::FallEnded | ( | const csVector3 & | pos, |
iSector * | sector | ||
) |
Called when the object has fallen down - sets its falling status to false.
ActiveSpell* gemActor::FindActiveSpell | ( | const csString & | name, |
SPELL_TYPE | type | ||
) |
int gemActor::FindAnimIndex | ( | const char * | name | ) |
gemObject* gemActor::FindNearbyActorName | ( | const char * | name | ) |
Used by chat manager to identify an npc you are near if you talk to one.
virtual void gemActor::ForcePositionUpdate | ( | int32_t | loadDelay = 0 , |
csString | background = "" , |
||
csVector2 | point1 = 0 , |
||
csVector2 | point2 = 0 , |
||
csString | widget = "" |
||
) | [virtual] |
uint32_t gemActor::GetActiveMagicSequence | ( | ) | [inline] |
csArray<ActiveSpell*>& gemActor::GetActiveSpells | ( | ) | [inline] |
FrozenBuffable& gemActor::GetBuffableFrozen | ( | ) | [inline] |
virtual psCharacter* gemActor::GetCharacterData | ( | ) | [inline, virtual] |
AttackerHistory* gemActor::GetDamageHistory | ( | int | pos | ) | const [inline] |
virtual unsigned gemActor::GetDefaultAttackID | ( | ) | [inline, virtual] |
virtual csString gemActor::GetDefaultBehavior | ( | const csString & | dfltBehaviors | ) | [virtual] |
csPtr<PlayerGroup> gemActor::GetGroup | ( | ) |
int gemActor::GetGroupID | ( | ) |
psGuildInfo* gemActor::GetGuild | ( | ) | [inline, virtual] |
psGuildLevel* gemActor::GetGuildLevel | ( | ) | [inline] |
psGuildMember* gemActor::GetGuildMembership | ( | ) | [inline] |
Gets the psguildmember structure refereed to this actor, if in a guild.
const char* gemActor::GetGuildName | ( | ) |
virtual bool gemActor::GetInvincibility | ( | ) | [inline, virtual] |
void gemActor::GetLastLocation | ( | csVector3 & | pos, |
float & | yrot, | ||
iSector *& | sector, | ||
InstanceID & | instance | ||
) |
Get the last reported location this actor was at.
void gemActor::GetLastProductionPos | ( | csVector3 & | pos | ) | [inline] |
virtual void gemActor::GetLastSuperclientPos | ( | csVector3 & | pos, |
InstanceID & | instance, | ||
csTicks & | last | ||
) | const [virtual] |
Reimplemented from gemObject.
PSCHARACTER_MODE gemActor::GetMode | ( | ) | [inline] |
const char* gemActor::GetModeStr | ( | ) |
Return a string name of the mode.
psCharacter* gemActor::GetMount | ( | ) | const [inline] |
virtual const char* gemActor::GetObjectType | ( | ) | [inline, virtual] |
virtual PID gemActor::GetPID | ( | ) | [inline, virtual] |
void gemActor::GetPrevTeleportLocation | ( | csVector3 & | pos, |
float & | yrot, | ||
iSector *& | sector, | ||
InstanceID & | instance | ||
) |
Get the location of the player before he was teleported.
const csVector3& gemActor::GetProductionStartPos | ( | void | ) | const [inline] |
double pawsCheckBox::GetProperty | ( | MathEnvironment * | env, |
const char * | ptr | ||
) | [virtual] |
Get the value of the specified property.
env | Math environment. |
ptr | The name of the property to get. |
Reimplemented from gemObject.
bool gemActor::GetSpawnPos | ( | csVector3 & | pos, |
float & | yrot, | ||
iSector *& | sector, | ||
bool | useRange = false |
||
) |
Gets the player spawn position according to his race.
pos | A csVector where to store the player position. |
yrot | A float where to store the rotation of the player. |
sector | An iSector where to store the sector of the position the player. |
useRange | A boolean which says if we have to apply random range calculation in the positions. |
psWorkGameEvent* gemActor::GetTradeWork | ( | ) | [inline] |
void gemActor::GetValidPos | ( | csVector3 & | pos, |
float & | yrot, | ||
iSector *& | sector, | ||
InstanceID & | instance | ||
) |
virtual float gemActor::GetVelocity | ( | ) | [virtual] |
Get the z velocity of the actor.
Reimplemented from gemObject.
bool gemActor::GetViewAllObjects | ( | ) | [inline] |
virtual bool gemActor::GetVisibility | ( | ) | [inline, virtual] |
void gemActor::HandleDeath | ( | ) |
virtual bool gemActor::HasBeenAttackedBy | ( | gemActor * | attacker | ) | [virtual] |
Checks the attacker history to see if the attacker has actually attacked the entity.
Used to exclude from loot those who didn't actually partecipate in the attack even if they are grouped.
attacker | A pointer to the actor we are checking if it has attacked. |
bool gemActor::InGroup | ( | ) | const |
bool gemActor::InitCharData | ( | Client * | c | ) | [protected] |
bool gemActor::InitLinMove | ( | const csVector3 & | pos, |
float | angle, | ||
iSector * | sector | ||
) | [protected] |
Determines the right size and height for the collider for the sprite and sets the actual position of the sprite.
virtual bool gemActor::InsideGuardedArea | ( | gemObject * | object | ) | [virtual] |
Check if object is inside guarded area.
Guarded are is a circle of RANGE_TO_GUARD around player and pet.
void gemActor::InvokeMovementScripts | ( | ) |
bool gemActor::IsAllowedToAttack | ( | gemObject * | target, |
csString & | msg | ||
) |
Checks if our actor can attack given target.
If not, send him some informative text message
bool gemActor::IsAllowedToMove | ( | ) | [inline] |
bool gemActor::IsFalling | ( | ) | [inline] |
bool gemActor::IsGroupedWith | ( | gemActor * | other, |
bool | IncludePets = false |
||
) | const |
bool gemActor::IsLoggingChat | ( | ) | const [inline] |
bool gemActor::IsMyPet | ( | gemActor * | other | ) | const |
bool gemActor::LogChatMessage | ( | const char * | who, |
const psChatMessage & | msg | ||
) |
Adds the chat message to the history and optionally to the log file.
[in] | who | The name of the character who sent this message |
[in] | msg | The chat message |
bool gemActor::LogLine | ( | const char * | szLine | ) |
Saves a line to this actor's chat history and logs it to a file, if there are active reports.
bool gemActor::LogSystemMessage | ( | const char * | szLine | ) |
Saves a system message to this actor's chat history and logs it to a file, if there are active reports.
void gemActor::MoveToLastPos | ( | ) |
Moves player to his last reported location.
bool gemActor::MoveToSpawnPos | ( | int32_t | delay = 0 , |
csString | background = "" , |
||
csVector2 | point1 = 0 , |
||
csVector2 | point2 = 0 , |
||
csString | widget = "" |
||
) |
Moves player to his spawn position.
delay | The time to wait in the load screen even if the new position was already loaded. |
background | The background to use when the load screen is shown or if it's forced. |
point1 | Start point for animation |
point2 | Destination point for animation |
widget | The widget which will replace the normal loading one, if any is defined. |
bool gemActor::MoveToValidPos | ( | bool | force = false | ) |
Restores actor to his last valid position.
force | Force an update if set to true. |
void gemActor::MulticastDRUpdate | ( | ) |
void gemActor::ProcessStamina | ( | const csVector3 & | velocity, |
bool | force = false |
||
) |
void gemActor::ProcessStamina | ( | ) |
void gemActor::RegisterCallback | ( | iDeathCallback * | receiver | ) | [inline, virtual] |
Implements iDeathNotificationObject.
bool gemActor::RemoveActiveSpell | ( | ActiveSpell * | asp | ) |
void gemActor::RemoveAttackerHistory | ( | gemActor * | attacker | ) |
void gemActor::RemoveChatReport | ( | ) |
Removes an active report (file logging session) for this actor.
This function is invoked automatically after a specific amount of time from the report activation.
void gemActor::RemoveFromGroup | ( | ) |
void gemActor::Resurrect | ( | ) |
Reimplemented from gemObject.
virtual bool gemActor::Send | ( | int | clientnum, |
bool | control, | ||
bool | to_superclients, | ||
psPersistAllEntities * | allEntities = NULL |
||
) | [virtual] |
void gemActor::SendActiveSpells | ( | ) |
virtual void gemActor::SendBehaviorMessage | ( | const csString & | str, |
gemObject * | obj | ||
) | [virtual] |
virtual void gemActor::SendGroupMessage | ( | MsgEntry * | me | ) | [virtual] |
virtual void gemActor::SendGroupStats | ( | ) | [virtual] |
Reimplemented in gemNPC.
void gemActor::SetAction | ( | const char * | anim, |
csTicks & | timeDelay | ||
) |
void gemActor::SetAllowedToDisconnect | ( | bool | allowed | ) |
Call this to ask the actor to set allowed to disconnect in the connected client.
void gemActor::SetAllowedToMove | ( | bool | newvalue | ) |
virtual void gemActor::SetDefaultAttackID | ( | unsigned | ) | [inline, virtual] |
void gemActor::SetDefaults | ( | bool | player | ) |
Set attributes back to default.
GMs use this commands to set attributes back to the default for either a player or a GM.
player | Set to true for players. False for GMs. |
bool gemActor::SetDRData | ( | psDRMessage & | drmsg | ) |
void gemActor::SetEquipment | ( | const char * | equip | ) |
void gemActor::SetFrozen | ( | bool | flag | ) | [inline] |
void gemActor::SetGMDefaults | ( | ) | [protected] |
Set initial attributes for GMs.
void gemActor::SetGroup | ( | PlayerGroup * | group | ) |
void gemActor::SetInstance | ( | InstanceID | worldInstance | ) |
Reimplemented from gemObject.
virtual void gemActor::SetInvincibility | ( | bool | invincible | ) | [virtual] |
void gemActor::SetLastProductionPos | ( | csVector3 & | pos | ) | [inline] |
virtual void gemActor::SetLastSuperclientPos | ( | const csVector3 & | pos, |
InstanceID | instance, | ||
const csTicks & | now | ||
) | [virtual] |
Reimplemented from gemObject.
void gemActor::SetMasqueradeLevel | ( | int | level | ) |
bool gemActor::SetMesh | ( | const char * | meshname | ) |
void gemActor::SetMode | ( | PSCHARACTER_MODE | newmode, |
uint32_t | extraData = 0 |
||
) |
void gemActor::SetMount | ( | psCharacter * | newMount | ) | [inline] |
void gemActor::SetPosition | ( | const csVector3 & | pos, |
float | angle, | ||
iSector * | sector | ||
) |
Reimplemented in gemNPC.
void gemActor::SetPrevTeleportLocation | ( | const csVector3 & | pos, |
float | yrot, | ||
iSector * | sector, | ||
InstanceID | instance | ||
) |
Record the location of this actor before he was teleported.
void gemActor::SetProductionStartPos | ( | const csVector3 & | pos | ) | [inline] |
void gemActor::SetSecurityLevel | ( | int | level | ) |
void gemActor::SetSpellCasting | ( | psSpellCastGameEvent * | event | ) | [inline] |
void gemActor::SetTargetObject | ( | gemObject * | object | ) | [inline] |
void gemActor::SetTextureParts | ( | const char * | parts | ) |
void gemActor::SetTradeWork | ( | psWorkGameEvent * | event | ) | [inline] |
bool gemActor::SetupCharData | ( | ) |
void gemActor::SetViewAllObjects | ( | bool | v | ) |
virtual void gemActor::SetVisibility | ( | bool | visible | ) | [virtual] |
void gemActor::Sit | ( | ) |
Make the character sit.
void gemActor::Stand | ( | ) |
Makes the character stand up.
void gemActor::StopMoving | ( | bool | worldVel = false | ) |
void gemActor::Teleport | ( | iSector * | sector, |
const csVector3 & | pos, | ||
float | yrot, | ||
InstanceID | instance, | ||
int32_t | loadDelay = 0 , |
||
csString | background = "" , |
||
csVector2 | point1 = 0 , |
||
csVector2 | point2 = 0 , |
||
csString | widget = "" |
||
) |
void gemActor::Teleport | ( | iSector * | sector, |
const csVector3 & | pos, | ||
float | yrot, | ||
int32_t | loadDelay = 0 , |
||
csString | background = "" , |
||
csVector2 | point1 = 0 , |
||
csVector2 | point2 = 0 , |
||
csString | widget = "" |
||
) |
void gemActor::Teleport | ( | const char * | sec, |
const csVector3 & | pos, | ||
float | yrot, | ||
InstanceID | instance, | ||
int32_t | loadDelay = 0 , |
||
csString | background = "" , |
||
csVector2 | point1 = 0 , |
||
csVector2 | point2 = 0 , |
||
csString | widget = "" |
||
) |
void gemActor::UnregisterCallback | ( | iDeathCallback * | receiver | ) | [inline, virtual] |
Implements iDeathNotificationObject.
virtual bool gemActor::UpdateDR | ( | ) | [virtual] |
Reimplemented from gemObject.
void gemActor::UpdateStats | ( | ) |
void gemActor::UpdateValidLocation | ( | const csVector3 & | pos, |
float | yrot, | ||
iSector * | sector, | ||
InstanceID | instance, | ||
bool | force = false |
||
) |
uint32_t gemActor::activeMagic_seq [protected] |
unsigned int gemActor::activeReports [protected] |
csArray<ActiveSpell*> gemActor::activeSpells [protected] |
bool gemActor::atRest [protected] |
uint8_t gemActor::attack_cnt [protected] |
csVector3 gemActor::bottom [protected] |
csArray<ChatHistoryEntry> gemActor::chatHistory [protected] |
csWeakRef<Client> gemActor::clientRef [protected] |
Stance gemActor::combat_stance [protected] |
csArray<iDeathCallback*> gemActor::deathReceivers [protected] |
csPDelArray<AttackerHistory> gemActor::dmgHistory [protected] |
uint8_t gemActor::DRcounter [protected] |
csVector3 gemActor::fallStartPos [protected] |
iSector* gemActor::fallStartSector [protected] |
csTicks gemActor::fallStartTime [protected] |
uint8_t gemActor::forceDRcounter [protected] |
iSector* gemActor::forcedSector [protected] |
Needed to force the effect of a psForcePositionMessage since sectors are tied to instances and force position messages may be lost on crash, loading failure, etc. This ensures that a DR message containing the new sector is received at least once.
csRef<PlayerGroup> gemActor::group [protected] |
bool gemActor::invincible [protected] |
bool gemActor::isAllowedToMove [protected] |
bool gemActor::isFalling [protected] |
FrozenBuffable gemActor::isFrozen [protected] |
DRstate gemActor::last_location [protected] |
csVector3 gemActor::last_production_pos [protected] |
csTicks gemActor::lastDR [protected] |
unsigned int gemActor::lastSentSuperclientInstance [protected] |
csVector3 gemActor::lastSentSuperclientPos [protected] |
csTicks gemActor::lastSentSuperclientTick [protected] |
csVector3 gemActor::lastV [protected] |
csRef<iFile> gemActor::logging_chat_file [protected] |
int gemActor::masqueradeLevel [protected] |
psCharacter* gemActor::mount [protected] |
uint8_t gemActor::movementMode [protected] |
bool gemActor::nevertired |
DRstate gemActor::newvalid_location [protected] |
csVector3 gemActor::offset [protected] |
csPDelArray<ProgressionScript> gemActor::onAttackScripts [protected] |
csPDelArray<ProgressionScript> gemActor::onDefenseScripts [protected] |
csPDelArray<ProgressionScript> gemActor::onMovementScripts [protected] |
csPDelArray<ProgressionScript> gemActor::onNearlyDeadScripts [protected] |
PID gemActor::pid [protected] |
PSCHARACTER_MODE gemActor::player_mode [protected] |
DRstate gemActor::prev_teleport_location [protected] |
csVector3 gemActor::productionStartPos [protected] |
psCharacter* gemActor::psChar [protected] |
bool gemActor::safefall |
int gemActor::securityLevel [protected] |
psSpellCastGameEvent* gemActor::spellCasting [protected] |
csWeakRef<gemObject> gemActor::targetObject [protected] |
csVector3 gemActor::top [protected] |
struct gemActor::DRstate gemActor::valid_location [protected] |
bool gemActor::viewAllObjects [protected] |
bool gemActor::visible [protected] |
psWorkGameEvent* gemActor::workEvent [protected] |