ScopeLocker
Inherited By: “addons/jam_launch/editor_plugin/LoadLocker.gd”
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
Methods
get_lock ( ) |
|
void |
add_lock_ops ( Callable do_lock, Callable do_unlock ) |
void |
_lock ( ) |
void |
_unlock ( ) |
is_locked ( ) |
Signals
locked ( )
There is currently no description for this signal. Please help us by contributing one!
unlocked ( )
There is currently no description for this signal. Please help us by contributing one!
lock_changed ( bool locked )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
Callable[] _lock_ops = []
There is currently no description for this property. Please help us by contributing one!
Callable[] _unlock_ops = []
There is currently no description for this property. Please help us by contributing one!
bool _is_locked
bool @_is_locked_getter ( )
There is currently no description for this property. Please help us by contributing one!
int _lock_count = 0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
ScopeLocker.ScopeLock get_lock ( )
There is currently no description for this method. Please help us by contributing one!
void add_lock_ops ( Callable do_lock, Callable do_unlock )
There is currently no description for this method. Please help us by contributing one!
void _lock ( )
There is currently no description for this method. Please help us by contributing one!
void _unlock ( )
There is currently no description for this method. Please help us by contributing one!
bool is_locked ( )
There is currently no description for this method. Please help us by contributing one!