DIFF

class PluginObjectsInteractionManagerSource

PluginObjectsInteractionManager PluginBase

All members, including inherited

Constructors 1

void PluginObjectsInteractionManager()

Constants 2

private const float TIME_TO_FORCED_UNLOCK = 60
Referenced by Decay()
private const float TICK_RATE = 10

Members 3

private ref array<Object> m_LockedObjects
Referenced by Decay(), IsFree(), Lock()
Show 2 more, PluginObjectsInteractionManager(), and Release()
private ref array<float> m_LockedObjectsDecay
Referenced by Decay(), Lock(), PluginObjectsInteractionManager()
Show 1 more, Release()
private ref Timer m_DecayTimer

Methods 4

bool IsFree(Object target)
Referenced by Lock()
void Lock(Object target)
void Release(Object target)