11 lines
		
	
	
		
			575 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			575 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@param id number 
 | |
| ---@param rollType 3 
 | |
| ---@param 0  
 | |
| ---@param 1  
 | |
| ---@param 2  
 | |
| ---@param 3  
 | |
| ---Register the player's intent regarding an item up for loot rolling. Rolls are not actually performed until all eligible group members have registered their intent or the time period for rolling expires. If the item binds on pickup, the CONFIRM_LOOT_ROLL event fires, indicating that ConfirmLootRoll(id) must be called in order to actually roll on the item.
 | |
| function RollOnLoot(id, rollType, 0, 1, 2, 3) end |