The search keyword must be a single word (no spaces).
Function SetTerrainType
- Line
- 3820
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- real x, real y, integer terrainType, integer variation, integer area, integer shape
- Returns
- nothing
| 3820 | native SetTerrainType takes real x, real y, integer terrainType, integer variation, integer area, integer shape returns nothing |
| 3821 | native IsTerrainPathable takes real x, real y, pathingtype t returns boolean |
| 3822 | native SetTerrainPathable takes real x, real y, pathingtype t, boolean flag returns nothing |
| 3823 | |
| 3824 | //============================================================================
|
| 3825 | // Image API
|