forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.Resources.Common.ResourcePointerArray
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents an array of pointers where each points to an object of type T.
namespace: RageLib.Resources.Common
-
IResourceBlock
-
IResourceSystemBlock
-
ResourceSystemBlock
ResourcePointerArray
-
-
public class ResourcePointerArray : ResourceSystemBlock
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
property | Count |
__ |
property | IsReadOnly |
__ |
property | Length |
__ |
property | this[int index] |
__ |
⬜ | 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. |
⬜ | name | description |
---|