3194 {
3195 super.OnStoreSave(ctx);
3196
3197 PlayerBase player;
3198 if (PlayerBase.CastTo(player,GetHierarchyRootPlayer()))
3199 {
3201
3202 int itemQBIndex = -1;
3203 itemQBIndex = player.FindQuickBarEntityIndex(this);
3204 ctx.
Write(itemQBIndex);
3205 }
3206 else
3207 {
3209 }
3210
3212
3214 if (raib)
3215 {
3217 }
3218 }
override RemotelyActivatedItemBehaviour GetRemotelyActivatedItemBehaviour()
void SaveAgents(ParamsWriteContext ctx)
void OnStoreSave(ParamsWriteContext ctx)
proto bool Write(void value_out)