- close
GodotMethod!(void) close;
Undocumented in source.
- eofReached
GodotMethod!(bool) eofReached;
Undocumented in source.
- fileExists
GodotMethod!(bool, String) fileExists;
Undocumented in source.
- get16
GodotMethod!(long) get16;
Undocumented in source.
- get32
GodotMethod!(long) get32;
Undocumented in source.
- get64
GodotMethod!(long) get64;
Undocumented in source.
- get8
GodotMethod!(long) get8;
Undocumented in source.
- getAsText
GodotMethod!(String) getAsText;
Undocumented in source.
- getBuffer
GodotMethod!(PoolByteArray, long) getBuffer;
Undocumented in source.
- getCsvLine
GodotMethod!(PoolStringArray, String) getCsvLine;
Undocumented in source.
- getDouble
GodotMethod!(double) getDouble;
Undocumented in source.
- getEndianSwap
GodotMethod!(bool) getEndianSwap;
Undocumented in source.
- getError
GodotMethod!(GodotError) getError;
Undocumented in source.
- getFloat
GodotMethod!(double) getFloat;
Undocumented in source.
- getLen
GodotMethod!(long) getLen;
Undocumented in source.
- getLine
GodotMethod!(String) getLine;
Undocumented in source.
- getMd5
GodotMethod!(String, String) getMd5;
Undocumented in source.
- getModifiedTime
GodotMethod!(long, String) getModifiedTime;
Undocumented in source.
- getPascalString
GodotMethod!(String) getPascalString;
Undocumented in source.
- getPath
GodotMethod!(String) getPath;
Undocumented in source.
- getPathAbsolute
GodotMethod!(String) getPathAbsolute;
Undocumented in source.
- getPosition
GodotMethod!(long) getPosition;
Undocumented in source.
- getReal
GodotMethod!(double) getReal;
Undocumented in source.
- getSha256
GodotMethod!(String, String) getSha256;
Undocumented in source.
- getVar
GodotMethod!(Variant) getVar;
Undocumented in source.
- isOpen
GodotMethod!(bool) isOpen;
Undocumented in source.
- open
GodotMethod!(GodotError, String, long) open;
Undocumented in source.
- openCompressed
GodotMethod!(GodotError, String, long, long) openCompressed;
Undocumented in source.
- openEncrypted
GodotMethod!(GodotError, String, long, PoolByteArray) openEncrypted;
Undocumented in source.
- openEncryptedWithPass
GodotMethod!(GodotError, String, long, String) openEncryptedWithPass;
Undocumented in source.
- seek
GodotMethod!(void, long) seek;
Undocumented in source.
- seekEnd
GodotMethod!(void, long) seekEnd;
Undocumented in source.
- setEndianSwap
GodotMethod!(void, bool) setEndianSwap;
Undocumented in source.
- store16
GodotMethod!(void, long) store16;
Undocumented in source.
- store32
GodotMethod!(void, long) store32;
Undocumented in source.
- store64
GodotMethod!(void, long) store64;
Undocumented in source.
- store8
GodotMethod!(void, long) store8;
Undocumented in source.
- storeBuffer
GodotMethod!(void, PoolByteArray) storeBuffer;
Undocumented in source.
- storeDouble
GodotMethod!(void, double) storeDouble;
Undocumented in source.
- storeFloat
GodotMethod!(void, double) storeFloat;
Undocumented in source.
- storeLine
GodotMethod!(void, String) storeLine;
Undocumented in source.
- storePascalString
GodotMethod!(void, String) storePascalString;
Undocumented in source.
- storeReal
GodotMethod!(void, double) storeReal;
Undocumented in source.
- storeString
GodotMethod!(void, String) storeString;
Undocumented in source.
- storeVar
GodotMethod!(void, Variant) storeVar;
Undocumented in source.