Returns an index where 2 arrays start to differ from each other.
- Возвращает
int Index from where arrays differ
>> 2
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
proto void Print(void var)
Prints content of variable to console/log.
См. определение в файле EnScript.c строка 690
691 {
693 {
694 ErrorEx(
"arrays are not the same size");
695 return -1;
696 }
697
700 {
702 {
704 }
705 }
706
707 return -1;
708 }
Перекрестные ссылки Count, ErrorEx и Get().