См. определение в файле DayZAnimal.c строка 252
253 {
255 {
256 Print(
"Error registering anim. event (Sound)");
257 }
258
260 {
261 Print(
"Error registering anim. event (SoundVoice)");
262 }
263
264 if(!
GetGame().IsDedicatedServer())
265 {
267 {
268 Print(
"Error registering anim. event (Step)");
269 }
270 }
271
273 {
274 Print(
"Error registering anim. event (Damage)");
275 }
276 }
class DayZCreatureAnimInterface RegisterAnimationEvent(string event_name, string function_name)
proto native CGame GetGame()
proto void Print(void var)
Prints content of variable to console/log.
Перекрестные ссылки GetGame(), Print() и RegisterAnimationEvent().
Используется в DayZCreatureAI().