Garry's Mod Wiki

Entity:GetUnFreezable

  boolean Entity:GetUnFreezable()

Description

Returns if the entity is unfreezable, meaning it can't be frozen with the physgun. By default props are freezable, so this function will typically return false.

Returns

1 boolean
True if the entity is unfreezable, false otherwise.