Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
mantrigger.c
Go to the documentation of this file.
1
3{
4 override void EOnInit(IEntity other, int extra)
5 {
6 SetExtents("-2 -2 -2", "2 2 2");
7 }
8
9 override protected bool CanAddObjectAsInsider(Object object)
10 {
11 return object.IsMan();
12 }
13
14
15};
void SetExtents(vector mins, vector maxs)
Trigger only accepting Object which IsMan()
Definition mantrigger.c:3
bool CanAddObjectAsInsider(Object object)
Definition mantrigger.c:9
Scripted Trigger.