mirror of
				https://github.com/mt-mods/xcompat.git
				synced 2025-10-31 00:05:39 +01:00 
			
		
		
		
	add functions api + documentation (#23)
This commit is contained in:
		
							
								
								
									
										1
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								init.lua
									
									
									
									
									
								
							| @@ -10,6 +10,7 @@ xcompat.utilities = dofile(modpath .. "/src/utilities.lua") | ||||
| xcompat.sounds = dofile(modpath .. "/src/sounds.lua") | ||||
| xcompat.materials = dofile(modpath .. "/src/materials.lua") | ||||
| xcompat.textures = dofile(modpath .. "/src/textures.lua") | ||||
| xcompat.functions = dofile(modpath .. "/src/functions.lua") | ||||
|  | ||||
| local function validate_sound(key) | ||||
|     if key and xcompat.sounds[key] then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user