749 {
750 if (!ScriptInputUserData.CanStoreInputUserData())
751 {
752 Print(
"[inv] " +
GetDebugName(
this) +
" STS = " + GetSimulationTimeStamp() +
" ::PredictiveTakeEntityToTargetAttachmentEx input data not sent yet, cannot allow another input action");
753 return false;
754 }
755
758 else
760 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetAttachmentExImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item, int slot)
bool JunctureTakeEntityToTargetAttachmentEx(notnull EntityAI target, notnull EntityAI item, int slot)
to target att ex juncture
bool NeedInventoryJunctureFromServer(notnull EntityAI item, EntityAI currParent, EntityAI newParent)
override string GetDebugName()
proto void Print(void var)
Prints content of variable to console/log.