🔧 SDK ReferenceManagersEntitiesManagerisisChecks whether an entity with the specified ID exists.Syntaxentities.is(id);ParametersNameTypeDescriptionidnumber or stringEntity IDExampleconsole.log( 'player with id 1 is ' + (engine.players.is(1) ? 'online' : 'offline'),);Available on: Client Server