-
Notifications
You must be signed in to change notification settings - Fork 0
Spawn Points
Pheonix KageDesu edited this page Sep 30, 2025
·
4 revisions
You can create and configurate spawn point that will be spawn enemies depends on own settings
By spawn point can be any Event (ABS enemies too)
⚡ You should have Spawn Map, see Enemy Spaning for more information.
- Open Plugin Parameters -> Enemy settings group -> Spawn Points
- Create new Spawn Point, setup it and give unique ID

Add comment <absSpawnPoint:ID> to Event page
Where:
ID - Spawn Point ID from Plugin Parameters

-
uAPI.getLastSpawnedEnemy();- return last spawned Enemy (Game_Event object) or null -
uAPI.getSpawnPointSpawnedEnemies(EVENT_ID);- return all spawned Enemies (Game_Event objects array) by Spawn Point in Event with EVENT_ID -
uAPI.getSpawnPointSpawnedTotal(EVENT_ID);- return spawned Enemies count (total) -
uAPI.getSpawnPointSpawnedAlive(EVENT_ID);- return spawned alive (right now) Enemies count