This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 151
Player
Hampus Joakim Nilsson edited this page Aug 3, 2012
·
1 revision
A Player is, well, a player. Player inherits from Creature and Thing, so all functions available for those classes are also available for Players.
An instance of the Player class does not necessarily mean this player is online.
Player Reference |
---|
addDepot | addExperience | addItem | addManaSpent | addMoney | advanceSkill | countMoney | getAccessGroup | getAccess | getAddAttackSkill | getAttackFactor | getDepot | getFood | getFreeCap | getGUID | getGuildID | getGuildName | getGuildNick | getGuildRank | getInventoryItem | getItemCount | getLastAttackBlockType | getLastLogin | getLevel | getMagicLevel | getManaMax | getMana | getMaximumCap | getPremiumDays | getSex | getSkill | getSkull | getSlot | getSoulPoints | getTownID | getVocation | hasAttacked | hasGroupFlag | hasSafeMode | internalPickup | internalWalkTo | isAutoWalking | isPremium | removeItem | removeMoney | sendMessage | sendNote | setMana | setSoulPoints | setTown | setVocation |
Creature Reference |
---|
addSummon | getArmor | getBaseSpeed | getDamageImmunities | getDefense | getHealthMax | getHealth | getID | getMasterPos | getMaster | getMechanicImmunities | getOrientation | getOutfit | getRawCustomValue | getSpeed | getSummons | getTarget | getZone | internalAddCondition | isImmuneToCombat | isImmuneToMechanic | isPushable | say | setHealth | setOutfit | setRawCustomValue | walk |
Thing Reference |
---|
destroy | getName | getParent | getPosition | getDescription | getParentTile | isMoveable | moveTo |