Class EntityDamageRecordCollection
Inheritance
EntityDamageRecordCollection
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public class EntityDamageRecordCollection : IEnumerable<EntityDamageRecord>, IEnumerable
Fields
|
Improve this Doc
View Source
_owner
Declaration
protected readonly Entity _owner
Field Value
Methods
|
Improve this Doc
View Source
GetAllDamageRecords()
Declaration
public EntityDamageRecord[] GetAllDamageRecords()
Returns
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<EntityDamageRecord> GetEnumerator()
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements