Resource:Gang Manager/deleteGang
		
		
		
		Jump to navigation
		Jump to search
		
Deletes gang from the database.
Syntax
Click to collapse [-]
Serverboolean deleteGang ( string Gang )
Required Arguments
- Gang: ID of the gang you wish to delete
Click to collapse [-]
Clientboolean deleteGang ( string Gang )
Required Arguments
- Gang: ID of the gang you wish to delete
Returns
- Success: Boolean that is true if the gang was deleted or false otherwise