Page 1 of 1

what does unitDefID mean?

Posted: 11 Jul 2011, 22:29
by yanom
I see the word unitDefID alot on Lua call-in's and call-out's, often in the same context as unitID and teamID

Re: what does unitDefID mean?

Posted: 11 Jul 2011, 22:38
by knorke
every unit has a unitID, a unique number for each unit.
every unittype has a unitDefID, it is also a number and unique to that unittype

Re: what does unitDefID mean?

Posted: 11 Jul 2011, 22:52
by FLOZi
The same dichotomy applies to weapons;

A type or class of weapon, (or a weapon definition; hence weaponDefID) vs. an individual instance of that weapon on an individual unit.

Re: what does unitDefID mean?

Posted: 11 Jul 2011, 23:11
by zwzsg
Lassie is a unitID
Dog is a unitDefID