#include "nwnx"
Go to the source code of this file.
Functions | |
string | NWNX_Administration_GetPlayerPassword () |
Gets the current player password. More... | |
void | NWNX_Administration_SetPlayerPassword (string password) |
Sets the password for players to login. More... | |
void | NWNX_Administration_ClearPlayerPassword () |
Clears the player password required to login. More... | |
string | NWNX_Administration_GetDMPassword () |
Gets the current DM password. More... | |
void | NWNX_Administration_SetDMPassword (string password) |
Sets the password for DMs to login. More... | |
void | NWNX_Administration_ShutdownServer () |
Signals the server to immediately shut down. More... | |
void | NWNX_Administration_DeletePlayerCharacter (object oPC, int bPreserveBackup=TRUE, string sKickMessage="") |
Deletes the player character from the servervault. More... | |
void | NWNX_Administration_AddBannedIP (string ip) |
Bans the provided IP. More... | |
void | NWNX_Administration_RemoveBannedIP (string ip) |
Removes the ban on the provided IP. More... | |
void | NWNX_Administration_AddBannedCDKey (string key) |
Bans the provided Public CD Key. More... | |
void | NWNX_Administration_RemoveBannedCDKey (string key) |
Removes the ban on the provided Public CD Key. More... | |
void | NWNX_Administration_AddBannedPlayerName (string playerName) |
Bans the provided playername. More... | |
void | NWNX_Administration_RemoveBannedPlayerName (string playerName) |
Removes the ban on the provided playername. More... | |
string | NWNX_Administration_GetBannedList () |
Get a list of all banned IPs/Keys/names as a string. More... | |
void | NWNX_Administration_SetModuleName (string name) |
Set the module's name as shown to the serverlist. More... | |
void | NWNX_Administration_SetServerName (string name) |
Set the server's name as shown to the serverlist. More... | |
string | NWNX_Administration_GetServerName () |
Returns the server's name as shown to the serverlist. More... | |
int | NWNX_Administration_GetPlayOption (int option) |
Get an Administration Option value. More... | |
void | NWNX_Administration_SetPlayOption (int option, int value) |
Set an Administration Options to a value. More... | |
int | NWNX_Administration_DeleteTURD (string playerName, string characterName) |
Delete the TURD of playerName + characterName. More... | |
int | NWNX_Administration_GetDebugValue (int type) |
Get an Administration Debug Type value. More... | |
void | NWNX_Administration_SetDebugValue (int type, int state) |
Set an Administration Debug Type to a value. More... | |
void | NWNX_Administration_ReloadRules () |
Reload all rules (2da stuff etc). More... | |
int | NWNX_Administration_GetMinLevel () |
Get the servers minimum level. More... | |
void | NWNX_Administration_SetMinLevel (int nLevel) |
Set the servers minimum level. More... | |
int | NWNX_Administration_GetMaxLevel () |
Get the servers maximum level. More... | |
void | NWNX_Administration_SetMaxLevel (int nLevel) |
Set the servers maximum level. More... | |