Turbine.Gameplay

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
(Enumerations)
Current revision (17:48, 9 June 2013) (view source)
(Classes)
 
Line 5: Line 5:
==Classes==
==Classes==
{| {{API_Header}}
{| {{API_Header}}
 +
{{API_Row|[[ActiveSkill]]| }}
{{API_Row|[[Actor]]|Base class for any entity that interacts in the world.}}
{{API_Row|[[Actor]]|Base class for any entity that interacts in the world.}}
{{API_Row|[[Attributes]]|Represents a collection of information about an entity.}}
{{API_Row|[[Attributes]]|Represents a collection of information about an entity.}}
Line 17: Line 18:
{{API_Row|[[Entity]]|Base class for any entity in the game.}}
{{API_Row|[[Entity]]|Base class for any entity in the game.}}
{{API_Row|[[EntityReference]]|}}
{{API_Row|[[EntityReference]]|}}
 +
{{API_Row|[[GambitSkillInfo]]| }}
{{API_Row|[[Item]]|An item that a user can have.}}
{{API_Row|[[Item]]|An item that a user can have.}}
{{API_Row|[[ItemInfo]]|Information about a referenced Item.}}
{{API_Row|[[ItemInfo]]|Information about a referenced Item.}}
Line 22: Line 24:
{{API_Row|[[Party]]|This class provides access to party information. This is either your fellowship or your tribe depending on your alliance.}}
{{API_Row|[[Party]]|This class provides access to party information. This is either your fellowship or your tribe depending on your alliance.}}
{{API_Row|[[Player]]|A class that represents a player in the game.}}
{{API_Row|[[Player]]|A class that represents a player in the game.}}
 +
{{API_Row|[[ProfessionInfo]]| }}
 +
{{API_Row|[[Recipe]]| }}
 +
{{API_Row|[[RecipeIngredient]]| }}
 +
{{API_Row|[[Skill]]| }}
 +
{{API_Row|[[SkillInfo]]| }}
 +
{{API_Row|[[SkillList]]| }}
 +
{{API_Row|[[UntrainedSkill]]| }}
 +
{{API_Row|[[Wallet]]| }}
 +
{{API_Row|[[WalletItem]]| }}
|}
|}

Current revision

Provides classes for accessing game related information.

Classes

Name Description
ActiveSkill
Actor Base class for any entity that interacts in the world.
Attributes Represents a collection of information about an entity.
Backpack Provides access to a player's backpack.
Bank Provides access to a player's bank.
BankItem Provides information about a referenced item in the bank.
BasicMount Provides information about a Mount.
ClassAttributes Base class for class information.
CombatMount Provides information about a player's Combat Mount.
Effect Represents an effect that can be applied to an entity.
EffectList A utility class used by Actors to hold the list of effects.
Entity Base class for any entity in the game.
EntityReference
GambitSkillInfo
Item An item that a user can have.
ItemInfo Information about a referenced Item.
LocalPlayer A class that represents the local player.
Party This class provides access to party information. This is either your fellowship or your tribe depending on your alliance.
Player A class that represents a player in the game.
ProfessionInfo
Recipe
RecipeIngredient
Skill
SkillInfo
SkillList
UntrainedSkill
Wallet
WalletItem

Enumerations

Name Description
Alignment The alignment of a player.
Class The Class of a player.
CraftTier Describes the Crafting Tier of an item or skill.
EffectCategory Describes the category of an effect.
Equipment Describes the equipment slot in the player's equipment.
ItemCategory Describes the category of an item.
ItemDurability Describes the durability of an item.
ItemQuality Describes the quality of an item.
ItemWearState Describes the current wear state of an item.
Profession Describes the crafting profession.
Race The Race of a player.
ReadyState
SkillType
Vocation

Remarks

This package is used to access various information about the game that is available to the player.

Personal tools