So, the documentation on these is pretty laconic.
Anyone found the difference between `on_player_joined_game` and `on_player_created`?
Would it be enough to generate the player related data in creation event?
on_player_joined_game and other events
on_player_joined_game and other events
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: on_player_joined_game and other events
A player is only created once, but may connect/disconnect from a game many times.