State Replication Question

Options
I have an assumption how this works, but I figured I ought to make sure.

I have a Bolt Object called Item. It has 5 properties. They are set to replicate to everyone.

I have a Bolt Array of Bolt Objects. That Item I just mentioned. The array is set to replicate to only owner and controller.

My assumption is that the array's object properties will NOT replicate to anyone except owner and controller, due to the setting on the Array. Am I incorrect in this? I know Bolt is pretty tight on the bandwidth saving mechanisms, so I figure this is how it works, but I want to be ready for someone saying, "Oh I see every item you have with my hacked client, hahahahaha" or something.

Thanks,
Alex

Comments

  • stanchion
    Options
    The array setting supercedes the object setting
  • Yukichu
    Options
    Thanks, good to know. I was pretty sure it worked like that, but figured I ought to make sure.