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 строка 688
689 {
691 {
692 ErrorEx(
"arrays are not the same size");
693 return -1;
694 }
695
697 {
699 {
701 }
702 }
703
704 return -1;
705 }
Перекрестные ссылки Count, ErrorEx и Get().