MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / seek_end

Method seek_end

utility/file_access_apk.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void FileAccessAPK::seek_end(int64_t p_position) {
353 ERR_FAIL_COND(!zfile);
354 unzSeekCurrentFile(zfile, get_length() + p_position);
355}
356
357uint64_t FileAccessAPK::get_position() const {
358 ERR_FAIL_COND_V(!zfile, 0);

Callers 2

_create_after_processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected