Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
carchingresulttrapbase.c
Go to the documentation of this file.
2{
3 override EntityAI SpawnAndSetup(out int yItemIdx, vector v = vector.Zero)
4 {
5 ItemBase catch = null;
6 if (Class.CastTo(catch,super.SpawnAndSetup(yItemIdx,v)))
7 {
8 catch.SetQuantityNormalized(m_Quality);
9 }
10 return catch;
11 }
12}
Super root of all classes in Enforce script.
Definition enscript.c:11