mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
refactor: ObjectTable.SearchByID -> SearchById
This commit is contained in:
parent
ff6fa4bf50
commit
cf54c6dc30
5 changed files with 7 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ namespace Dalamud.Game.ClientState.Party
|
|||
/// <remarks>
|
||||
/// This iterates the actor table, it should be used with care.
|
||||
/// </remarks>
|
||||
public GameObject? GameObject => Service<ObjectTable>.Get().SearchByID(this.ObjectId);
|
||||
public GameObject? GameObject => Service<ObjectTable>.Get().SearchById(this.ObjectId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current HP of this party member.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue