DayZ 1.24
Loading...
Searching...
No Matches
Noise.c
Go to the documentation of this file.
21
proto native void Load(string noise_name)
proto native void LoadFromPath(string noise_path)
class NoiseSystem NoiseParams()
Definition Noise.c:15
proto void AddNoiseTarget(vector pos, float lifetime, NoiseParams noise_params, float external_strength_multiplier=1.0)
Will make a noise at that position which the AI will "see" for the duration of 'lifetime'.
proto void AddNoise(EntityAI source_entity, NoiseParams noise_params, float external_strenght_multiplier=1.0)
void ~NoiseSystem()
Definition Noise.c:4
void NoiseSystem()
Definition Noise.c:3
proto void AddNoisePos(EntityAI source_entity, vector pos, NoiseParams noise_params, float external_strenght_multiplier=1.0)