127 {
128 if (!ScriptInputUserData.CanStoreInputUserData())
129 {
130 Print(
"[inv] " + GetSimulationTimeStamp() +
" Man@" +
this +
" ::PredictiveDropEntity input data not sent yet, cannot allow another input action");
131 return false;
132 }
133
136 else
138 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool JunctureDropEntity(notnull EntityAI item)
drop juncture
bool NeedInventoryJunctureFromServer(notnull EntityAI item, EntityAI currParent, EntityAI newParent)
bool DropEntityImpl(InventoryMode mode, notnull EntityAI owner, notnull EntityAI item)
proto void Print(void var)
Prints content of variable to console/log.