3124 {
3125 super.OnStoreSave(ctx);
3126
3127 PlayerBase player;
3128 if (PlayerBase.CastTo(player,GetHierarchyRootPlayer()))
3129 {
3131
3132 int itemQBIndex = -1;
3133 itemQBIndex = player.FindQuickBarEntityIndex(this);
3134 ctx.
Write(itemQBIndex);
3135 }
3136 else
3137 {
3139 }
3140
3142
3144 if (raib)
3145 {
3147 }
3148 }
override RemotelyActivatedItemBehaviour GetRemotelyActivatedItemBehaviour()
void SaveAgents(ParamsWriteContext ctx)
void OnStoreSave(ParamsWriteContext ctx)
proto bool Write(void value_out)