C2RenderResourceAdd.Inc
资源名称:CAST2SDK.rar [点击查看]
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:0k
源码类别:
游戏引擎
开发平台:
Delphi
- Result := High(Elements);
- while (Result >= 0) and not IsEmpty(Elements[Result]) do Dec(Result);
- if Result < 0 then begin // No free slot
- SetLength(Elements, Length(Elements)+1);
- Result := High(Elements);
- end;