====== BanList::removeBan ====== ( int ID, TransportAddress TA )Unban someone. @param ID Unique ID of the player. @param TA Address from which the player connected. ===== Syntax ===== void BanList::removeBan(int %ID); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%ID%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:banlist:add|BanList::add]]\\ [[scripting:doc:u:banlist:addabsolute|BanList::addAbsolute]]\\ [[scripting:doc:u:banlist:export|BanList::export]]\\ [[scripting:doc:u:banlist:isbanned|BanList::isBanned]]\\ ===== References ===== This function is not called by any other functions.