ACF_KEShove
SPart of _G (Global) namespace
function ACF_KEShove(Target, Pos, Vec, KE, Inflictor)👁️ 0 viewsUpdated 2 hours ago
⚠️
Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|---|---|
Target | any | |
Pos | any | |
Vec | any | |
KE | any | |
Inflictor | any |
Returns
No return values documented.
Examples
No examples available.
Used In(4 locations)
L301
ACF_KEShove(Tar, NewHitpos, (TargetPos - NewHitpos):GetNormalized(), PowerFraction * 1 * (GetConVar("acf_hepush"):GetFloat() or 1), Inflictor) --0.333L325
ACF_KEShove(Tar, Hitpos, Table.Vec, PowerFraction * 5 * (GetConVar("acf_hepush"):GetFloat() or 1), Inflictor)L832
ACF_KEShove(Target, HitPos, Bullet["Flight"]:GetNormalized(), Energy.Kinetic * HitRes.Loss * 500 * Bullet["ShovePower"] * (GetConVar("acf_kepush"):GetFloat() or 1), Bullet.Owner)L748
ACF_KEShove(self, self:GetPos() , Dir , self.KERecoil * self.CurrentRecoil )