MemoryAPI.EliteMMOWrapper.TargetTools.SetNPCTarget C# (CSharp) Method

SetNPCTarget() public method

public SetNPCTarget ( int index ) : bool
index int
return bool
            public bool SetNPCTarget(int index)
            {
                return api.Target.SetTarget(index);
            }
        }
EliteMMOWrapper.TargetTools