Garry's Mod Wiki

Entity:IsMarkedForDeletion

  boolean Entity:IsMarkedForDeletion()

Description

Determines if a given Entity is going to be removed at the start of the next tick.

This will return true for an Entity after Entity:Remove is called on it.

Returns

1 boolean
true if the Entity is going to be removed, false otherwise.