RageLib.GTA5.ResourceWrappers.PC.Drawables.DrawableListWrapper_GTA5_pc - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.GTA5.ResourceWrappers.PC.Drawables
Inheritance Hierarchy
Syntax
public class DrawableListWrapper_GTA5_pc : IDrawableList
Constructors
:white_large_square: |
prototype |
description |
method |
DrawableListWrapper_GTA5_pc (IList< GtaDrawable > list) |
__ |
Properties
:white_large_square: |
name |
description |
property |
Count |
__ |
property |
IsReadOnly |
__ |
property |
this[int index] |
__ |
Methods
:white_large_square: |
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
:white_large_square: |
name |
description |