Entity::doesExist

From RAGE Multiplayer Wiki

Checks if the Entity exists

Syntax

entity.doesExist();

Required Arguments

Return value

  • Number

Example

   obj= mp.objects.new('prop_cardbordbox_02a', localPlayer.position,{});
   obj.doesExist();

See also