C# Class Pluton.LoadOut

Inheritance: CountedInstance
Datei anzeigen Open project: Notulp/Pluton

Public Properties

Property Type Description
ModeratorUse bool
Name string
NormalUse bool
OwnerUse bool
itemCount int
items LoadOutItem>.Dictionary
path string

Public Methods

Method Description
Add ( InvItem item ) : bool
Add ( LoadOutItem item ) : bool
LoadOut ( string name ) : System
Remove ( int item ) : bool
Reorganize ( ) : void
ToIni ( ) : void
ToInv ( Inv inv, bool notify = true ) : void

Method Details

Add() public method

public Add ( InvItem item ) : bool
item InvItem
return bool

Add() public method

public Add ( LoadOutItem item ) : bool
item LoadOutItem
return bool

LoadOut() public method

public LoadOut ( string name ) : System
name string
return System

Remove() public method

public Remove ( int item ) : bool
item int
return bool

Reorganize() public method

public Reorganize ( ) : void
return void

ToIni() public method

public ToIni ( ) : void
return void

ToInv() public method

public ToInv ( Inv inv, bool notify = true ) : void
inv Inv
notify bool
return void

Property Details

ModeratorUse public_oe property

public bool ModeratorUse
return bool

Name public_oe property

public string Name
return string

NormalUse public_oe property

public bool NormalUse
return bool

OwnerUse public_oe property

public bool OwnerUse
return bool

itemCount public_oe property

public int itemCount
return int

items public_oe property

public Dictionary items
return LoadOutItem>.Dictionary

path public_oe property

public string path
return string