Broke Protocol Game API Reference  1.39
Code reference for server and client scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
BrokeProtocol.LiteDB.Driver Class Reference

Public Member Functions

 Driver (string path, string connectionString)
 
void WriteOut ()
 
void Dispose ()
 

Properties

string Version [get]
 
LiteDatabase LiteDB [get, set]
 
ILiteCollection< SettingSettings [get, set]
 
ILiteCollection< UserUsers [get, set]
 
ILiteCollection< BanBans [get, set]
 
ILiteCollection< DataData [get, set]
 

Constructor & Destructor Documentation

◆ Driver()

BrokeProtocol.LiteDB.Driver.Driver ( string path,
string connectionString )
inline

Member Function Documentation

◆ Dispose()

void BrokeProtocol.LiteDB.Driver.Dispose ( )

◆ WriteOut()

void BrokeProtocol.LiteDB.Driver.WriteOut ( )

Property Documentation

◆ Bans

ILiteCollection<Ban> BrokeProtocol.LiteDB.Driver.Bans
getset

◆ Data

ILiteCollection<Data> BrokeProtocol.LiteDB.Driver.Data
getset

◆ LiteDB

LiteDatabase BrokeProtocol.LiteDB.Driver.LiteDB
getset

◆ Settings

ILiteCollection<Setting> BrokeProtocol.LiteDB.Driver.Settings
getset

◆ Users

ILiteCollection<User> BrokeProtocol.LiteDB.Driver.Users
getset

◆ Version

string BrokeProtocol.LiteDB.Driver.Version
get

The documentation for this class was generated from the following file: