Table of Contents

Class Target

Namespace
CounterStrikeSharp.API.Modules.Commands.Targeting
Assembly
CounterStrikeSharp.API.dll
public class Target
Inheritance
Target

Constructors

Target(string)

public Target(string target)

Parameters

target string

Fields

TargetTypeMap

public static readonly IReadOnlyDictionary<string, TargetType> TargetTypeMap

Field Value

IReadOnlyDictionary<string, TargetType>

Methods

GetTarget(CCSPlayerController?)

public TargetResult GetTarget(CCSPlayerController? caller)

Parameters

caller CCSPlayerController

Returns

TargetResult