Specific Map Generation
Complete reference documentation for the Age of Empires IV Content Editor API.
Endpoints
| Method | Category | Description |
|---|---|---|
| worldGetRandom() | Math | Get a random number(Multiplayer valid) |
| GetRandomInRange() | Math | Get a random number in a specified range |
| Get8Neighbors() | Terrain layout | Get all 8 neighbors of a tile |
| GetNeighbors() | Terrain layout | Get all 4 direct neighbors of a tile |
| GetAllSquaresInRadius() | Terrain layout | Get all tiles in a specified radius from a tile |