Add more TF2_RemoveWearable documentation.
This commit is contained in:
		
							parent
							
								
									8c79a6df33
								
							
						
					
					
						commit
						dd27de8d85
					
				@ -361,10 +361,12 @@ native bool:TF2_IsPlayerInDuel(client);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Removes an econ wearable (hat, misc, etc) from a player.
 | 
					 * Removes an econ wearable (hat, misc, etc) from a player.
 | 
				
			||||||
 | 
					 * This also deletes the wearable entity.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param client	Client index.
 | 
					 * @param client	Client index.
 | 
				
			||||||
 * @param wearable	Index of the wearable entity.
 | 
					 * @param wearable	Index of the wearable entity.
 | 
				
			||||||
 * @noreturn
 | 
					 * @noreturn
 | 
				
			||||||
 | 
					 * @error			Invalid client index, client not in game, invalid wearable entity, or no mod support.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
native TF2_RemoveWearable(client, wearable);
 | 
					native TF2_RemoveWearable(client, wearable);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user