567 {
568 if (!ScriptInputUserData.CanStoreInputUserData())
569 {
570 Print(
"[inv] " + GetSimulationTimeStamp() +
" Man@" +
this +
" ::PredictiveForceSwapEntities input data not sent yet, cannot allow another input action");
571 return false;
572 }
573
576 if (need_j1 || need_j2)
578 else
580 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool ForceSwapEntitiesImpl(InventoryMode mode, notnull EntityAI item1, notnull EntityAI item2, notnull InventoryLocation item2_dst)
bool NeedInventoryJunctureFromServer(notnull EntityAI item, EntityAI currParent, EntityAI newParent)
proto void Print(void var)
Prints content of variable to console/log.