The search keyword must be a single word (no spaces).
Function SetUnitFog
- Line
- 3420
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- real a, real b, real c, real d, real e
- Returns
- nothing
| 3420 | native SetUnitFog takes real a, real b, real c, real d, real e returns nothing |
| 3421 | native SetTerrainFogEx takes integer style, real zstart, real zend, real density, real red, real green, real blue returns nothing |
| 3422 | native DisplayTextToPlayer takes player toPlayer, real x, real y, string message returns nothing |
| 3423 | native DisplayTimedTextToPlayer takes player toPlayer, real x, real y, real duration, string message returns nothing |
| 3424 | native DisplayTimedTextFromPlayer takes player toPlayer, real x, real y, real duration, string message returns nothing |
| 3425 | native ClearTextMessages takes nothing returns nothing |