GenGame.Helper (gen_game v0.1.1)

Summary

Functions

Examples

iex> GenGame.Helper("rpc, on_create_game")
[:rpc, :on_create_game]

Functions

Link to this function

str_to_list_of_atom(str)

@spec str_to_list_of_atom(binary()) :: [atom()]

Examples

iex> GenGame.Helper("rpc, on_create_game")
[:rpc, :on_create_game]