C# Class Pluton.Rust.Objects.LoadOut

Inheritance: CountedInstance
Show file Open project: Notulp/Pluton.Rust

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 property

public bool ModeratorUse
return bool

Name public property

public string Name
return string

NormalUse public property

public bool NormalUse
return bool

OwnerUse public property

public bool OwnerUse
return bool

itemCount public property

public int itemCount
return int

items public property

public Dictionary items
return LoadOutItem>.Dictionary

path public property

public string path
return string