C# Class LKCamelot.model.Modules.NSA

Mostrar archivo Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
target Player

Public Methods

Method Description
AppendPacketIn ( byte data ) : void
AppendPacketOut ( byte data ) : void
ArchiveMetaData ( string data ) : void
LoadTapList ( ) : void
NSA ( Player target ) : System
Tap ( string tarname ) : void
Untap ( Player target ) : void

Private Methods

Method Description
AppendFinalize ( string f ) : void

Method Details

AppendPacketIn() public method

public AppendPacketIn ( byte data ) : void
data byte
return void

AppendPacketOut() public method

public AppendPacketOut ( byte data ) : void
data byte
return void

ArchiveMetaData() public method

public ArchiveMetaData ( string data ) : void
data string
return void

LoadTapList() public static method

public static LoadTapList ( ) : void
return void

NSA() public method

public NSA ( Player target ) : System
target Player
return System

Tap() public static method

public static Tap ( string tarname ) : void
tarname string
return void

Untap() public static method

public static Untap ( Player target ) : void
target Player
return void

Property Details

target public_oe property

public Player target
return Player