Table of Contents

BanList::isBanned

( int ID, TransportAddress TA )Is someone banned?

@param ID Unique ID of the player. @param TA Address from which the player connected.

Syntax

bool BanList::isBanned(int %ID);

Parameters

int %ID
No description available.

Return value

bool
No description available.

Remarks

Examples

Source

Engine

See also

BanList::add
BanList::addAbsolute
BanList::export
BanList::removeBan

References

This function is not called by any other functions.