Editing & Reading player custom properties server-side

Hello, I have been wondering for a while how to edit & read player custom properties from the HiveGame class, is this possible and if it is, how? I have managed to get room custom properties working with PropertyBags inside HiveGame, so is there a similar way with player properties?

Comments

  • Hi, @Samuelroos
    In order to get player properties, you need to deal with the object of class Actor. It contains Properties property and also opeator[] to access property

    best,
    ilya