Resource:Gang Manager/deleteGang: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Syntax) |
||
(2 intermediate revisions by the same user not shown) |
Latest revision as of 23:13, 23 June 2014
Deletes gang from the database.
Syntax
Click to collapse [-]
Serverbool deleteGang ( string Gang )
Required Arguments
- Gang: ID of the gang you wish to delete
Click to collapse [-]
Clientbool 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