StreamPeer.GDNativeClassBinding

Undocumented in source.
struct StreamPeer
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

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.
getAvailableBytes
GodotMethod!(long) getAvailableBytes;
Undocumented in source.
getData
GodotMethod!(Array, long) getData;
Undocumented in source.
getDouble
GodotMethod!(double) getDouble;
Undocumented in source.
getFloat
GodotMethod!(double) getFloat;
Undocumented in source.
getPartialData
GodotMethod!(Array, long) getPartialData;
Undocumented in source.
getString
GodotMethod!(String, long) getString;
Undocumented in source.
getU16
GodotMethod!(long) getU16;
Undocumented in source.
getU32
GodotMethod!(long) getU32;
Undocumented in source.
getU64
GodotMethod!(long) getU64;
Undocumented in source.
getU8
GodotMethod!(long) getU8;
Undocumented in source.
getUtf8String
GodotMethod!(String, long) getUtf8String;
Undocumented in source.
getVar
GodotMethod!(Variant, bool) getVar;
Undocumented in source.
isBigEndianEnabled
GodotMethod!(bool) isBigEndianEnabled;
Undocumented in source.
put16
GodotMethod!(void, long) put16;
Undocumented in source.
put32
GodotMethod!(void, long) put32;
Undocumented in source.
put64
GodotMethod!(void, long) put64;
Undocumented in source.
put8
GodotMethod!(void, long) put8;
Undocumented in source.
putData
GodotMethod!(GodotError, PoolByteArray) putData;
Undocumented in source.
putDouble
GodotMethod!(void, double) putDouble;
Undocumented in source.
putFloat
GodotMethod!(void, double) putFloat;
Undocumented in source.
putPartialData
GodotMethod!(Array, PoolByteArray) putPartialData;
Undocumented in source.
putString
GodotMethod!(void, String) putString;
Undocumented in source.
putU16
GodotMethod!(void, long) putU16;
Undocumented in source.
putU32
GodotMethod!(void, long) putU32;
Undocumented in source.
putU64
GodotMethod!(void, long) putU64;
Undocumented in source.
putU8
GodotMethod!(void, long) putU8;
Undocumented in source.
putUtf8String
GodotMethod!(void, String) putUtf8String;
Undocumented in source.
putVar
GodotMethod!(void, Variant, bool) putVar;
Undocumented in source.
setBigEndian
GodotMethod!(void, bool) setBigEndian;
Undocumented in source.

Meta