|
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 (PedBoneCollection collection) | |
| void | Reset () |
| bool | MoveNext () |
Public Attributes | |
| PedBone | Current => collection[currentIndex] |
| GTA.PedBoneCollection.Enumerator.Enumerator | ( | PedBoneCollection | collection | ) |
| bool GTA.PedBoneCollection.Enumerator.MoveNext | ( | ) |
| void GTA.PedBoneCollection.Enumerator.Reset | ( | ) |
| PedBone GTA.PedBoneCollection.Enumerator.Current => collection[currentIndex] |