RageLib.Resources.Common.ResourcePointerArray - indilo53/gta-toolkit GitHub Wiki
Represents an array of pointers where each points to an object of type T.
namespace: RageLib.Resources.Common
Inheritance Hierarchy
Syntax
public class ResourcePointerArray : ResourceSystemBlock
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
property |
Count |
__ |
property |
IsReadOnly |
__ |
property |
Length |
__ |
property |
this[int index] |
__ |
Methods
:white_large_square: |
prototype |
description |
method |
void Add(T item) |
__ |
method |
void Clear() |
__ |
method |
bool Contains(T item) |
__ |
method |
void CopyTo(T[] array, int arrayIndex) |
__ |
method |
> GetEnumerator() |
__ |
method |
[] GetReferences() |
Returns a list of data blocks that are referenced by this block. |
method |
int IndexOf(T item) |
__ |
method |
void Insert(int index, T item) |
__ |
method |
void Read(ResourceDataReader reader, params object[] parameters) |
Reads the data block. |
method |
bool Remove(T item) |
__ |
method |
void RemoveAt(int index) |
__ |
method |
void Write(ResourceDataWriter writer, params object[] parameters) |
Writes the data block. |
Events
:white_large_square: |
name |
description |