mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-26 02:19:21 +01:00
,
This commit is contained in:
parent
7463aafa13
commit
27f151c55a
32 changed files with 1744 additions and 151 deletions
|
|
@ -67,7 +67,7 @@ public unsafe partial struct Actor : IEquatable<Actor>, IDesignable
|
|||
=> Pointer != null;
|
||||
|
||||
public int Index
|
||||
=> Pointer->GameObject.ObjectIndex;
|
||||
=> Valid ? Pointer->GameObject.ObjectIndex : -1;
|
||||
|
||||
public uint ModelId
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue