View Source GenGameWorld.Rpc (gen_game_world v0.1.0)

Summary

Types

@type app() :: :api | :app | :world

Functions

@spec exec(atom(), list()) :: any()
Link to this function

find_nodes_by_type(node_name, type)

View Source
Link to this function

get_node(app, key \\ nil)

View Source
@spec get_node(app(), string()) :: nil | atom()
@spec get_nodes(app()) :: list()