Create(int)

Method

Namespace: Ignis

Declared in: Ignis.IEntityManager


Tries to create an entity with the specified ID.

Syntax

public bool Create(
	int requestedEntityId
)

Parameters

requestedEntityId

Entity ID to use

Returns

True if it was created, false if it already exists


Back to index