Class TargetResult
- Namespace
- CounterStrikeSharp.API.Modules.Commands.Targeting
- Assembly
- CounterStrikeSharp.API.dll
public class TargetResult : IEnumerable<CCSPlayerController>, IEnumerable
- Inheritance
-
objectTargetResult
- Implements
Properties
Players
public List<CCSPlayerController> Players { get; set; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<CCSPlayerController> GetEnumerator()
Returns
- IEnumerator<CCSPlayerController>
An enumerator that can be used to iterate through the collection.