lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Tools & Utilities for Developers

Category: LotRO Tools & Utilities for DevelopersUpdated Lua Documentation
Interface Information
Download
How do I install this? (FAQ)
Name: Updated Lua Documentation   Popular!
Author:
Date: 10-11-2017 11:35 AM
Size: 2.27 MB
Version: 1.1
Rate File: 5 out of 5 with 1 votes  
Description
Welcome to Lua UI scripting in LOTRO! To get you started, we have some handy resources for you.

First, for those of you that wish to familiarize yourself with the system to create scripts of your own, we have our complete API documentation in a series of HTML pages including all currently available functionality and code example snippets. Once you have unzipped it, open the folder and open index.html to get started.
File Statistics
User Rating:
5 out of 5 with 1 votes
Downloads: 9072
Views: 24818
Favorites: 6
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 10-08-2019, 01:38 AM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
Re: Is this up to date?

Code:
Is this zip up to date. Also with the minstrel changes in 2018?
here is newer one https://www.lotrointerface.com/downl...mentation.html
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-08-2019, 01:08 AM  
Bellom
The Wary

Forum posts: 0
File comments: 7
Uploads: 0
Talking Is this up to date?

Is this zip up to date. Also with the minstrel changes in 2018?
Bellom is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-11-2017, 01:57 PM  
Silorien
The Wary
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 5
Uploads: 6
Modifications

Removed:
Code:
Turbine.Gameplay.Actor.NameChanged
Turbine.Gameplay.Attributes.BurglarAttributes.IsCriticalTier3Available
Turbine.Gameplay.Attributes.BurglarAttributes.IsCriticalTier3Changed
Turbine.Gameplay.Attributes.ChampionAttributes.IsInEnemyDefeatResponse
Turbine.Gameplay.Attributes.ChampionAttributes.IsInEnemyDefeatResponseChanged
Turbine.Gameplay.Attributes.HunterAttributes.IsInParryResponse
Turbine.Gameplay.Attributes.HunterAttributes.IsInParryResponseChanged
Turbine.Gameplay.Entity.RegisterForClickHandling
Turbine.UI.CheckBox.SizeChanged
New:
Code:
Turbine.Engine.GetLanguage
Turbine.Gameplay.ActiveSkill
Turbine.Gameplay.ActiveSkill.GetBaseCooldown
Turbine.Gameplay.ActiveSkill.GetCooldown
Turbine.Gameplay.ActiveSkill.GetResetTime
Turbine.Gameplay.ActiveSkill.IsUsable
Turbine.Gameplay.ActiveSkill.ResetTimeChanged
Turbine.Gameplay.Actor.GetTarget
Turbine.Gameplay.Actor.TargetChanged
Turbine.Gameplay.Attributes.BeorningAttributes
Turbine.Gameplay.Attributes.BeorningAttributes.FormChanged
Turbine.Gameplay.Attributes.BeorningAttributes.GetWrath
Turbine.Gameplay.Attributes.BeorningAttributes.IsInBearForm
Turbine.Gameplay.Attributes.BeorningAttributes.WrathChanged
Turbine.Gameplay.Attributes.FreePeopleAttributes.GetArmor
Turbine.Gameplay.Attributes.FreePeopleAttributes.GetBaseArmor
Turbine.Gameplay.Attributes.FreePeopleAttributes.GetProfessionInfo
Turbine.Gameplay.Attributes.FreePeopleAttributes.GetVocation
Turbine.Gameplay.Attributes.HighElfAttributes
Turbine.Gameplay.Attributes.MonsterPlayerAttributes.GetDestinyPoints
Turbine.Gameplay.Attributes.MonsterPlayerAttributes.GetMoney
Turbine.Gameplay.Attributes.MonsterPlayerAttributes.GetMoneyComponents
Turbine.Gameplay.Attributes.WardenAttributes.GetStance
Turbine.Gameplay.Attributes.WardenAttributes.GetTrainedGambits
Turbine.Gameplay.Attributes.WardenAttributes.GetUntrainedGambits
Turbine.Gameplay.Attributes.WardenAttributes.StanceChanged
Turbine.Gameplay.Attributes.WardenStance
Turbine.Gameplay.Bank
Turbine.Gameplay.Bank.CapacityChanged
Turbine.Gameplay.Bank.ChestNameChanged
Turbine.Gameplay.Bank.CountChanged
Turbine.Gameplay.Bank.GetCapacity
Turbine.Gameplay.Bank.GetChestCount
Turbine.Gameplay.Bank.GetChestName
Turbine.Gameplay.Bank.GetCount
Turbine.Gameplay.Bank.GetItem
Turbine.Gameplay.Bank.IsAvailable
Turbine.Gameplay.Bank.IsAvailableChanged
Turbine.Gameplay.Bank.ItemAdded
Turbine.Gameplay.Bank.ItemMoved
Turbine.Gameplay.Bank.ItemRemoved
Turbine.Gameplay.Bank.ItemsRefreshed
Turbine.Gameplay.Bank.PerformShortcutDrop
Turbine.Gameplay.BasicMount
Turbine.Gameplay.BasicMount.GetMaxMorale
Turbine.Gameplay.BasicMount.GetMorale
Turbine.Gameplay.BasicMount.MaxMoraleChanged
Turbine.Gameplay.BasicMount.MoraleChanged
Turbine.Gameplay.CombatMount
Turbine.Gameplay.CombatMount.BaseMaxMoraleChanged
Turbine.Gameplay.CombatMount.BaseMaxPowerChanged
Turbine.Gameplay.CombatMount.FuryChanged
Turbine.Gameplay.CombatMount.GetAgility
Turbine.Gameplay.CombatMount.GetArmor
Turbine.Gameplay.CombatMount.GetBaseAgility
Turbine.Gameplay.CombatMount.GetBaseArmor
Turbine.Gameplay.CombatMount.GetBaseMaxMorale
Turbine.Gameplay.CombatMount.GetBaseMaxPower
Turbine.Gameplay.CombatMount.GetBaseStrength
Turbine.Gameplay.CombatMount.GetFury
Turbine.Gameplay.CombatMount.GetMaxFury
Turbine.Gameplay.CombatMount.GetMaxMorale
Turbine.Gameplay.CombatMount.GetMaxPower
Turbine.Gameplay.CombatMount.GetMaxTemporaryMorale
Turbine.Gameplay.CombatMount.GetMaxTemporaryPower
Turbine.Gameplay.CombatMount.GetMorale
Turbine.Gameplay.CombatMount.GetPower
Turbine.Gameplay.CombatMount.GetStrength
Turbine.Gameplay.CombatMount.GetTemporaryMorale
Turbine.Gameplay.CombatMount.GetTemporaryPower
Turbine.Gameplay.CombatMount.MaxMoraleChanged
Turbine.Gameplay.CombatMount.MaxPowerChanged
Turbine.Gameplay.CombatMount.MaxTemporaryMoraleChanged
Turbine.Gameplay.CombatMount.MaxTemporaryPowerChanged
Turbine.Gameplay.CombatMount.MoraleChanged
Turbine.Gameplay.CombatMount.PowerChanged
Turbine.Gameplay.CombatMount.TemporaryMoraleChanged
Turbine.Gameplay.CombatMount.TemporaryPowerChanged
Turbine.Gameplay.CraftTier
Turbine.Gameplay.Entity.IsLocalPlayer
Turbine.Gameplay.Entity.NameChanged
Turbine.Gameplay.GambitSkill
Turbine.Gameplay.GambitSkillInfo
Turbine.Gameplay.GambitSkillInfo.GetGambit
Turbine.Gameplay.GambitSkillInfo.GetGambitCount
Turbine.Gameplay.Item.GetItemInfo
Turbine.Gameplay.ItemInfo
Turbine.Gameplay.ItemInfo.GetBackgroundImageID
Turbine.Gameplay.ItemInfo.GetCategory
Turbine.Gameplay.ItemInfo.GetDescription
Turbine.Gameplay.ItemInfo.GetDurability
Turbine.Gameplay.ItemInfo.GetIconImageID
Turbine.Gameplay.ItemInfo.GetMaxQuantity
Turbine.Gameplay.ItemInfo.GetMaxStackSize
Turbine.Gameplay.ItemInfo.GetName
Turbine.Gameplay.ItemInfo.GetNameWithQuantity
Turbine.Gameplay.ItemInfo.GetQuality
Turbine.Gameplay.ItemInfo.GetQualityImageID
Turbine.Gameplay.ItemInfo.GetShadowImageID
Turbine.Gameplay.ItemInfo.GetUnderlayImageID
Turbine.Gameplay.ItemInfo.IsMagic
Turbine.Gameplay.ItemInfo.IsUnique
Turbine.Gameplay.LocalPlayer.GetMount
Turbine.Gameplay.LocalPlayer.GetSharedStorage
Turbine.Gameplay.LocalPlayer.GetTrainedSkills
Turbine.Gameplay.LocalPlayer.GetUntrainedSkills
Turbine.Gameplay.LocalPlayer.GetVault
Turbine.Gameplay.LocalPlayer.GetWallet
Turbine.Gameplay.LocalPlayer.MountChanged
Turbine.Gameplay.Mount
Turbine.Gameplay.Mount.GetName
Turbine.Gameplay.Pet
Turbine.Gameplay.Player.GetPet
Turbine.Gameplay.Player.IsVoiceActive
Turbine.Gameplay.Player.IsVoiceActiveChanged
Turbine.Gameplay.Player.PetChanged
Turbine.Gameplay.Profession
Turbine.Gameplay.ProfessionInfo
Turbine.Gameplay.ProfessionInfo.GetMasteryExperience
Turbine.Gameplay.ProfessionInfo.GetMasteryExperienceTarget
Turbine.Gameplay.ProfessionInfo.GetMasteryLevel
Turbine.Gameplay.ProfessionInfo.GetMasteryTitle
Turbine.Gameplay.ProfessionInfo.GetName
Turbine.Gameplay.ProfessionInfo.GetProficiencyExperience
Turbine.Gameplay.ProfessionInfo.GetProficiencyExperienceTarget
Turbine.Gameplay.ProfessionInfo.GetProficiencyLevel
Turbine.Gameplay.ProfessionInfo.GetProficiencyTitle
Turbine.Gameplay.ProfessionInfo.GetRecipe
Turbine.Gameplay.ProfessionInfo.GetRecipeCount
Turbine.Gameplay.ProfessionInfo.MasteryExperienceChanged
Turbine.Gameplay.ProfessionInfo.MasteryExperienceTargetChanged
Turbine.Gameplay.ProfessionInfo.MasteryLevelChanged
Turbine.Gameplay.ProfessionInfo.MasteryTitleChanged
Turbine.Gameplay.ProfessionInfo.ProficiencyExperienceChanged
Turbine.Gameplay.ProfessionInfo.ProficiencyExperienceTargetChanged
Turbine.Gameplay.ProfessionInfo.ProficiencyLevelChanged
Turbine.Gameplay.ProfessionInfo.ProficiencyTitleChanged
Turbine.Gameplay.ProfessionInfo.RecipeAdded
Turbine.Gameplay.ProfessionInfo.RecipeRemoved
Turbine.Gameplay.Recipe
Turbine.Gameplay.Recipe.GetBaseCriticalSuccessChance
Turbine.Gameplay.Recipe.GetCategory
Turbine.Gameplay.Recipe.GetCategoryName
Turbine.Gameplay.Recipe.GetCooldown
Turbine.Gameplay.Recipe.GetCriticalResultItemInfo
Turbine.Gameplay.Recipe.GetCriticalResultItemQuantity
Turbine.Gameplay.Recipe.GetExperienceReward
Turbine.Gameplay.Recipe.GetIngredient
Turbine.Gameplay.Recipe.GetIngredientCount
Turbine.Gameplay.Recipe.GetIngredientPack
Turbine.Gameplay.Recipe.GetName
Turbine.Gameplay.Recipe.GetOptionalIngredient
Turbine.Gameplay.Recipe.GetOptionalIngredientCount
Turbine.Gameplay.Recipe.GetProfession
Turbine.Gameplay.Recipe.GetResultItemInfo
Turbine.Gameplay.Recipe.GetResultItemQuantity
Turbine.Gameplay.Recipe.GetTier
Turbine.Gameplay.Recipe.HasCriticalResultItem
Turbine.Gameplay.Recipe.IsSingleUse
Turbine.Gameplay.RecipeIngredient
Turbine.Gameplay.RecipeIngredient.GetCriticalChanceBonus
Turbine.Gameplay.RecipeIngredient.GetItemInfo
Turbine.Gameplay.RecipeIngredient.GetRequiredQuantity
Turbine.Gameplay.SharedStorage
Turbine.Gameplay.Skill
Turbine.Gameplay.Skill.GetSkillInfo
Turbine.Gameplay.SkillInfo
Turbine.Gameplay.SkillInfo.GetDescription
Turbine.Gameplay.SkillInfo.GetIconImageID
Turbine.Gameplay.SkillInfo.GetName
Turbine.Gameplay.SkillInfo.GetType
Turbine.Gameplay.SkillList
Turbine.Gameplay.SkillList.GetCount
Turbine.Gameplay.SkillList.GetItem
Turbine.Gameplay.SkillType
Turbine.Gameplay.UntrainedSkill
Turbine.Gameplay.UntrainedSkill.GetPrice
Turbine.Gameplay.UntrainedSkill.GetRequiredLevel
Turbine.Gameplay.UntrainedSkill.GetRequiredRank
Turbine.Gameplay.Vault
Turbine.Gameplay.Vocation
Turbine.Gameplay.Wallet
Turbine.Gameplay.Wallet.GetItem
Turbine.Gameplay.Wallet.GetSize
Turbine.Gameplay.Wallet.ItemAdded
Turbine.Gameplay.Wallet.ItemRemoved
Turbine.Gameplay.WalletItem
Turbine.Gameplay.WalletItem.GetDescription
Turbine.Gameplay.WalletItem.GetImage
Turbine.Gameplay.WalletItem.GetMaxQuantity
Turbine.Gameplay.WalletItem.GetName
Turbine.Gameplay.WalletItem.GetQuantity
Turbine.Gameplay.WalletItem.GetSmallImage
Turbine.Gameplay.WalletItem.IsAccountItem
Turbine.Gameplay.WalletItem.MaxQuantityChanged
Turbine.Gameplay.WalletItem.QuantityChanged
Turbine.Language
Turbine.LotroPluginManager
Turbine.LotroPluginManager.ShowOptions
Turbine.UI.Control.DragStart
Turbine.UI.Control.GetBackground
Turbine.UI.DragDropInfo.IsSuccessful
Turbine.UI.DragDropInfo.SetSuccessful
Turbine.UI.Graphic
Turbine.UI.Graphic.Graphic
Turbine.UI.Graphic.Graphic(dataId)
Turbine.UI.Graphic.Graphic(filename)
Turbine.UI.Label.IsMarkupEnabled
Turbine.UI.Label.SetMarkupEnabled
Turbine.UI.ListBox.EnsureVisible
Turbine.UI.ListBox.GetFlippedLayout
Turbine.UI.ListBox.GetIgnoreCellAlignment
Turbine.UI.ListBox.GetMaxColumns
Turbine.UI.ListBox.GetMaxRows
Turbine.UI.ListBox.GetWrapIndentAmount
Turbine.UI.ListBox.SetFlippedLayout
Turbine.UI.ListBox.SetIgnoreCellAlignment
Turbine.UI.ListBox.SetMaxColumns
Turbine.UI.ListBox.SetMaxRows
Turbine.UI.ListBox.SetWrapIndentAmount
Turbine.UI.ListBox.Sort
Turbine.UI.Lotro.EntityControl
Turbine.UI.Lotro.ItemInfoControl
Turbine.UI.Lotro.ItemInfoControl.EnabledChanged
Turbine.UI.Lotro.ItemInfoControl.GetItemInfo
Turbine.UI.Lotro.ItemInfoControl.GetQuantity
Turbine.UI.Lotro.ItemInfoControl.SetItemInfo
Turbine.UI.Lotro.ItemInfoControl.SetQuantity
Turbine.UI.Lotro.Shortcut.Shortcut(type, data)
Turbine.UI.Lotro.Window.IsResizable
Turbine.UI.Lotro.Window.SetResizable
Turbine.UI.TextBox.TextChanged
Turbine.UI.TreeNode.Collapse
Turbine.UI.TreeNode.CollapseAll
Turbine.UI.TreeNode.EnsureVisible
Turbine.UI.TreeNode.Expand
Turbine.UI.TreeNode.ExpandAll
Turbine.UI.TreeNode.SelectedChanged
Turbine.UI.TreeView.GetFilter
Turbine.UI.TreeView.GetSortMethod
Turbine.UI.TreeView.Refresh
Turbine.UI.TreeView.SetFilter
Turbine.UI.TreeView.SetSortMethod
Turbine.UI.Window.GetMaximumHeight
Turbine.UI.Window.GetMaximumSize
Turbine.UI.Window.GetMaximumWidth
Turbine.UI.Window.GetMinimumHeight
Turbine.UI.Window.GetMinimumSize
Turbine.UI.Window.GetMinimumWidth
Turbine.UI.Window.SetMaximumHeight
Turbine.UI.Window.SetMaximumSize
Turbine.UI.Window.SetMaximumWidth
Turbine.UI.Window.SetMinimumHeight
Turbine.UI.Window.SetMinimumSize
Turbine.UI.Window.SetMinimumWidth
These lists were generated from a folder diff of .html files, so I apologize if there are inaccuracies.

Last edited by Silorien : 10-11-2017 at 02:18 PM.
Silorien is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 02:01 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui