7 lines
		
	
	
		
			357 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			357 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@return boolean isReady
 | |
| ---Returns whether the void storage content can be accessed. This will return true after the first visit of the void storage in the current session. Reloading the ui will not reset this, only a complete log out of the char will.
 | |
| function IsVoidStorageReady() end
 |