SHVDN
v3
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. Developed by crosire https://github.com/crosire/scripthookvdotnet/
|
Public Member Functions | |
Enumerator (EntityBoneCollection collection) | |
void | Reset () |
bool | MoveNext () |
Public Attributes | |
EntityBone | Current => collection[currentIndex] |
GTA.EntityBoneCollection.Enumerator.Enumerator | ( | EntityBoneCollection | collection | ) |
bool GTA.EntityBoneCollection.Enumerator.MoveNext | ( | ) |
void GTA.EntityBoneCollection.Enumerator.Reset | ( | ) |
EntityBone GTA.EntityBoneCollection.Enumerator.Current => collection[currentIndex] |