3222 {
3223 super.OnStoreSave(ctx);
3224
3225 PlayerBase player;
3226 if (PlayerBase.CastTo(player,GetHierarchyRootPlayer()))
3227 {
3229
3230 int itemQBIndex = -1;
3231 itemQBIndex = player.FindQuickBarEntityIndex(this);
3232 ctx.
Write(itemQBIndex);
3233 }
3234 else
3235 {
3237 }
3238
3240
3242 if (raib)
3243 {
3245 }
3246 }
override RemotelyActivatedItemBehaviour GetRemotelyActivatedItemBehaviour()
void SaveAgents(ParamsWriteContext ctx)
void OnStoreSave(ParamsWriteContext ctx)
proto bool Write(void value_out)