Skip to content

RageLib.GTA5.ResourceWrappers.PC.Drawables.DrawableListWrapper_GTA5_pc

Jérémie N'gadi edited this page Aug 5, 2018 · 3 revisions

namespace: RageLib.GTA5.ResourceWrappers.PC.Drawables

Inheritance Hierarchy

Syntax

public class DrawableListWrapper_GTA5_pc : IDrawableList

Constructors

prototype description
method DrawableListWrapper_GTA5_pc (IList< GtaDrawable > list) __

Properties

name description
property Count __
property IsReadOnly __
property this[int index] __

Methods

prototype description
method void Add(IDrawable item) __
method void Clear() __
method bool Contains(IDrawable item) __
method void CopyTo(IDrawable[] array, int arrayIndex) __
method > GetEnumerator() __
method int IndexOf(IDrawable item) __
method void Insert(int index, IDrawable item) __
method bool Remove(IDrawable item) __
method void RemoveAt(int index) __

Events

name description
Clone this wiki locally