reading other player ini data
Hello,
I've got a game that stores variables in a player ini, but I can't find a function to let me read those player's ini variables from another players log in. Is there a way to do this? Or perhaps I'm missing a more efficient way of sharing these variables? Thank you!
Re-reading through the documentation I see that player ini data can only be read and edited by that player. So I guess I need each player to write their own data to a unique ini key in game ini. Thanks anyway!
Replies (1)
Last message on 2 Jul 2015
Size43
(Administrator)
on
2 Jul 2015, 19:54:10
Correct. You should use GameINIs or Binary Data Blocks for data that needs to be shared between multiple players.