View Source ow_binding (overworld v2.0.0)
Summary
Functions
-spec get_encoders() -> list().
-spec pb_to_godot_type(PbType) -> GodotType when PbType :: double | float | int32 | int64 | uint32 | sint32 | sint64 | fixed32 | fixed64 | sfixed32 | sfixed64 | bool | string | bytes | atom(), GodotType :: float | int | bool | 'String' | 'PackedByteArray' | void.
-spec write() -> ok | {error, Reason} when Reason :: file:posix() | badarg | terminated | system_limit.