mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 21:33:39 +01:00
Disambiguate ObjectId to GameObjectId and EntityId
This commit is contained in:
parent
61f47449fd
commit
8d5f2bdf51
6 changed files with 23 additions and 18 deletions
|
|
@ -29,9 +29,9 @@ public interface IObjectTable : IEnumerable<GameObject>
|
|||
/// <summary>
|
||||
/// Search for a game object by their Object ID.
|
||||
/// </summary>
|
||||
/// <param name="objectId">Object ID to find.</param>
|
||||
/// <param name="gameObjectId">Object ID to find.</param>
|
||||
/// <returns>A game object or null.</returns>
|
||||
public GameObject? SearchById(ulong objectId);
|
||||
public GameObject? SearchById(ulong gameObjectId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the address of the game object at the specified index of the object table.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue