402 {
403 if (!ScriptInputUserData.CanStoreInputUserData())
404 {
405 Print(
"[inv] " + GetSimulationTimeStamp() +
" Man@" +
this +
" ::PredictiveTakeEntityToCargo input data not sent yet, cannot allow another input action");
406 return false;
407 }
408
411 else
413 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToCargoImpl(InventoryMode mode, notnull EntityAI item)
bool JunctureTakeEntityToCargo(notnull EntityAI item)
to cgo juncture
bool NeedInventoryJunctureFromServer(notnull EntityAI item, EntityAI currParent, EntityAI newParent)
proto void Print(void var)
Prints content of variable to console/log.