Documentation/Entity Types/Special/SpawnPoint.type

From NeoAxis Engine Wiki

Jump to: navigation, search
Go to higher level
SpawnPoint 002.jpg

Description

SpawnPoint - start point.

Used to define a place where game will create characters or player controlled objects. For example game instance you run places the player character on its position by default.

When placed SpawnPoint can be used differently, but its main function is to indicate the start point of something.

On the map it is represented by the yellow flag.

Settings

These are the general rules:

  • The character appears on the place where SpawnPoint is set.
  • Character will look in the direction of the flag.
  • If there are multiple SpawnPoint's on the map, it is necessary to set the value of DefaultPoint property to True.
  • It can be assigned to various factions via Faction property.

This should be considered when placing SpawnPoint on the map.