Method GetEntityOffsets
GetEntityOffsets(Int32, out Int32)
Note this function will always return a pointer even if the given type has no Entity offsets. Always check/iterate over the returned pointer using the returned count
Declaration
public static TypeManager.EntityOffsetInfo*GetEntityOffsets(int typeIndex, out int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | typeIndex | |
| Int32 | count |
Returns
| Type | Description |
|---|---|
| TypeManager.EntityOffsetInfo* |