⚠️Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|
obj | any | |
Returns
No return values documented.
Examples
No examples available.
Used In(16 locations)
📄lua/acf/server/sv_acfballistics.lua
L38local Parent = ACF_GetPhysicalParent(BulletData.Gun) 📄lua/acf/server/sv_acfdamage.lua
L824if IsValid( ACF_GetPhysicalParent(Target):GetPhysicsObject() ) then L825Bullet.TraceBackComp = math.max(ACF_GetPhysicalParent(Target):GetPhysicsObject():GetVelocity():Dot(Bullet["Flight"]:GetNormalized()),0) L914local parent = ACF_GetPhysicalParent(Target) 📄lua/acf/shared/sh_ace_functions.lua
L224local Parent = ACF_GetPhysicalParent(obj) 📄lua/effects/acf_muzzleflash/init.lua
L13Gun.Parent = ACF_GetPhysicalParent(Gun) or Gun 📄lua/entities/acf_gearbox/init.lua
L431if self.Legal and self.Parentable then self.RootParent = ACF_GetPhysicalParent(self) end L524local Base = ACF_GetPhysicalParent( self ) 📄lua/entities/acf_gun/init.lua
L893local TestVel = self:WorldToLocal(ACF_GetPhysicalParent(self):GetVelocity() + GPos) 📄lua/entities/acf_rack/init.lua
L375self.Parent = ACF_GetPhysicalParent(self) 📄lua/weapons/weapon_ace_javelin/shared.lua
L486local RootCTarget = ACF_GetPhysicalParent( CurTarget ) L487local RootLastTarget = ACF_GetPhysicalParent( lasttarget ) --looking for the physical entity of the last target. 📄lua/weapons/weapon_ace_stinger/shared.lua
L440local RootCTarget = ACF_GetPhysicalParent( CurTarget ) L441local RootLastTarget = ACF_GetPhysicalParent( lasttarget ) --looking for the physical entity of the last target.