GTA V NativesentityEntity::doesExistOn this pageEntity::doesExistChecks if the Entity exists Syntax ```js entity.doesExist(); ``` Required Arguments Return value Number Example ```js obj = mp.objects.new('prop_cardbordbox_02a', localPlayer.position,\{\}); obj.doesExist(); ``` See also