8 bool m_IsOnlyLocalMoveEnable =
false;
10 bool m_IsHandAckEnable =
false;
12 bool m_IsDesyncRepairEnable =
true;
17 void PluginInventoryDebug()
19 m_IsOnlyLocalMoveEnable =
false;
20 m_IsHandAckEnable =
false;
21 m_IsDesyncRepairEnable =
true;
24 bool IsLocalOnlyMoveEnable()
26 return m_IsOnlyLocalMoveEnable;
29 void SetLocalOnlyMoveEnable(
bool enable)
31 m_IsOnlyLocalMoveEnable = enable;
34 void SetHandAckEnable(
bool enable)
36 m_IsHandAckEnable = enable;
37 InventoryDebug.SetHandAckEnable(enable);
40 bool IsHandAckEnable()
42 return m_IsHandAckEnable;
45 void SetDesyncRepairEnable(
bool enable)
47 m_IsDesyncRepairEnable = enable;
50 bool IsDesyncRepairEnable()
52 return m_IsDesyncRepairEnable;
Plugin interface for controlling of agent pool system.