godotengine / godotengine/godot-cpp
[Enhansment] Expose more functions MultiplayerSpawner funtions [instantiate_custom,instantiate_scene] to godot-cpp?
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
For more flexible multiplayer functionality more `MultiplayerSpawner` might be provided for overriding.
```
Node *spawn(const Variant &p_data = Variant());
Node *instantiate_custom(const Variant &p_data);
Node *instantiate_scene(int p_idx);
```
also access to `HashMap tracked_nodes;` would be very helpfull.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.