View Source ow_binding (overworld v2.0.0)

Summary

Functions

Link to this function

generate_marshall_submsgs(Encoder)

View Source
Link to this function

generate_submsgs(Encoder)

View Source
-spec generate_submsgs(map()) -> string().
-spec get_encoders() -> list().
Link to this function

pb_to_godot_type(PbType)

View Source
-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.