NET:LavishVMAPI.Frame.Lock
Jump to navigation
Jump to search
Contents
Overview
See Frame Locking.
FrameLock acquires a non-exclusive lock on the current frame, such that the frame will not complete until the lock is released via FrameUnlock. This also ensures that the host application (e.g. game) is not making modifications to relevant game objects.
Reference Library
Fully Qualified Name
- LavishVMAPI.Frame.FrameLock
- LavishVMAPI namespace
- Frame class
- FrameLock function
- Frame class
Declaration
static public void FrameLock();
Parameters
None
Return Value
None