480 {
481 if (!ScriptInputUserData.CanStoreInputUserData())
482 {
483 Print(
"[inv] " + GetSimulationTimeStamp() +
" Man@" +
this +
" ::PredictiveTakeEntityAsAttachmentEx input data not sent yet, cannot allow another input action");
484 return false;
485 }
486
489 else
491 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool JunctureTakeEntityAsAttachmentEx(notnull EntityAI item, int slot)
as att ex juncture
bool TakeEntityAsAttachmentExImpl(InventoryMode mode, notnull EntityAI item, int slot)
bool NeedInventoryJunctureFromServer(notnull EntityAI item, EntityAI currParent, EntityAI newParent)
proto void Print(void var)
Prints content of variable to console/log.