Back to ACE

ACE.PrimitivePropertiesApplied

S

Part of ACE namespace

function ACE.PrimitivePropertiesApplied(ent)
View on GitHub|lua/autorun/server/sv_ace_primitive_compat.lua:200-205
👁️ 0 viewsUpdated 1 month ago

Description

Primitive_PostRebuildPhysics fires before Primitive restores its serialized mass/material props. The PhysObj:SetMass wrapper lets ACE finalize its mass-dependent armor state without a timer; ACE restores the serialized material in the same finalization path.

Parameters

NameTypeDescription
entany

Returns

No return values documented.

Examples

No examples available.

Used In

No usages found in the codebase.