forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
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 |
---|---|---|
/images/property.jpg | Count |
__ |
/images/property.jpg | IsReadOnly |
__ |
/images/property.jpg | Length |
__ |
/images/property.jpg | this[int index] |
__ |
⬜ | prototype | description |
---|---|---|
/images/method.jpg | void Add(T item) |
__ |
/images/method.jpg | void Clear() |
__ |
/images/method.jpg | bool Contains(T item) |
__ |
/images/method.jpg | void CopyTo(T[] array, int arrayIndex) |
__ |
/images/method.jpg | > GetEnumerator() |
__ |
/images/method.jpg | [] GetReferences() |
Returns a list of data blocks that are referenced by this block. |
/images/method.jpg | int IndexOf(T item) |
__ |
/images/method.jpg | void Insert(int index, T item) |
__ |
/images/method.jpg | void Read(ResourceDataReader reader, params object[] parameters) |
Reads the data block. |
/images/method.jpg | bool Remove(T item) |
__ |
/images/method.jpg | void RemoveAt(int index) |
__ |
/images/method.jpg | void Write(ResourceDataWriter writer, params object[] parameters) |
Writes the data block. |
⬜ | name | description |
---|