DispatchSpawn
Syntax
native DispatchSpawn(iIndex);
Usage
| Parameter | Description |
|---|---|
| iIndex | Entity index |
Description
Calls the spawn function on an entity.
Return
This function has no return value.
Error
If an invalid entity index is provided or, if the index is a client index, the client is not connected, an error will be thrown.